mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
consolidated staging- and production- integration tests jobs
This commit is contained in:
parent
0569b1bf3f
commit
dfb0c8af93
1 changed files with 3 additions and 5 deletions
|
@ -107,11 +107,9 @@ aliases:
|
|||
jobs:
|
||||
build-and-deploy-staging:
|
||||
<<: *build_and_deploy
|
||||
integration-tests-staging:
|
||||
<<: *integration_tests_and_store
|
||||
build-and-deploy-production:
|
||||
<<: *build_and_deploy
|
||||
integration-tests-production:
|
||||
integration-tests:
|
||||
<<: *integration_tests_and_store
|
||||
update-translations:
|
||||
<<: *update-translations
|
||||
|
@ -132,7 +130,7 @@ workflows:
|
|||
- develop
|
||||
- /^hotfix\/.*/
|
||||
- /^release\/.*/
|
||||
- integration-tests-staging:
|
||||
- integration-tests:
|
||||
context:
|
||||
- scratch-www-all
|
||||
- scratch-www-staging
|
||||
|
@ -152,7 +150,7 @@ workflows:
|
|||
branches:
|
||||
only:
|
||||
- master
|
||||
- integration-tests-production:
|
||||
- integration-tests:
|
||||
context:
|
||||
- scratch-www-all
|
||||
- scratch-www-production
|
||||
|
|
Loading…
Reference in a new issue