1 year ago
#368507
penguinsource
Run Github Action after Google Cloud build trigger is complete
I would like to run my automation tests Github Action (already working) when my Google Cloud Build job finishes.
My Google Cloud Build job has a name (build-and-deploy-dev
), so I thought I would add it as a requirement to my automation test Github Action .yml file.. but clearly, I am not doing it right - I am pretty new to Github Actions.
I have attached my current Github Actions (you can see, there is a build-and-deploy-dev
which builds and deploys the app to app engine) and there is an End-to-end tests
Github action which runs on: push but I would like to run it right after the build/deploy is done.
Thanks
github-actions
google-cloud-build
0 Answers
Your Answer