Merge pull request #7152 from benjiwheeler/make-integration-tests-sequential

Make integration tests sequential
This commit is contained in:
Benjamin Wheeler 2022-11-02 15:30:31 -04:00 committed by GitHub
commit 34d22d61e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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