make integration tests wait for deploy step before running

This commit is contained in:
Ben Wheeler 2022-10-28 17:10:30 -04:00
parent fba58764ae
commit 4f4285be86

View file

@ -131,6 +131,8 @@ workflows:
- /^hotfix\/.*/ - /^hotfix\/.*/
- /^release\/.*/ - /^release\/.*/
- integration-tests: - integration-tests:
requires:
- build-and-deploy-staging
context: context:
- scratch-www-all - scratch-www-all
- scratch-www-staging - scratch-www-staging
@ -151,6 +153,8 @@ workflows:
only: only:
- master - master
- integration-tests: - integration-tests:
requires:
- build-and-deploy-production
context: context:
- scratch-www-all - scratch-www-all
- scratch-www-production - scratch-www-production