Question
App platform: Wait for tests to pass before deploying
I appreciate how fast app platform is at detecting a new push to my GitHub repo and deploying it, but how can I configure it to wait for the automated tests to pass first?
I happen to use a GitHub Action to run tests.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×