mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
make integration tests wait for deploy step before running
This commit is contained in:
parent
fba58764ae
commit
4f4285be86
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue