mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-25 05:44:13 -05:00
Merge pull request #7152 from benjiwheeler/make-integration-tests-sequential
Make integration tests sequential
This commit is contained in:
commit
34d22d61e6
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue