Engineering manager: I want #integrationtests to run on the app deployed on #Cloud infra for each #GitHub PR βœ…

Me, thinking it's a no-brainer: sure thing! πŸ€¦β€β™‚οΈ

Me, after 85 runs: I have content for my next blog post/talk πŸ˜…

@frankel the joy of ci cd development in one picture. πŸ˜‚
@frankel I feel you! Do you know https://github.com/nektos/act ? It’s not perfect, and depending on dependencies might not be applicable, and I still need a dozen runs to get things working, but it helps.
GitHub - nektos/act: Run your GitHub Actions locally πŸš€

Run your GitHub Actions locally πŸš€. Contribute to nektos/act development by creating an account on GitHub.

GitHub
@mene Thanks! A former colleague recommended it as well, but the issue was not in the YAML itself but in the different interactions, e.g., lacking the correct permissions on GKE, etc.