mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #3935 from MetaMask/ci-tests-first-then-dessert
ci - complete all tests before running extras
This commit is contained in:
commit
425525fbc1
@ -19,15 +19,6 @@ workflows:
|
|||||||
requires:
|
requires:
|
||||||
- prep-deps-npm
|
- prep-deps-npm
|
||||||
- prep-build
|
- prep-build
|
||||||
- job-screens:
|
|
||||||
requires:
|
|
||||||
- prep-deps-npm
|
|
||||||
- prep-build
|
|
||||||
- job-publish:
|
|
||||||
requires:
|
|
||||||
- prep-deps-npm
|
|
||||||
- prep-build
|
|
||||||
- job-screens
|
|
||||||
- test-unit:
|
- test-unit:
|
||||||
requires:
|
requires:
|
||||||
- prep-deps-npm
|
- prep-deps-npm
|
||||||
@ -54,11 +45,21 @@ workflows:
|
|||||||
- test-lint
|
- test-lint
|
||||||
- test-unit
|
- test-unit
|
||||||
- test-e2e
|
- test-e2e
|
||||||
- job-screens
|
|
||||||
- test-integration-mascara-chrome
|
- test-integration-mascara-chrome
|
||||||
- test-integration-mascara-firefox
|
- test-integration-mascara-firefox
|
||||||
- test-integration-flat-chrome
|
- test-integration-flat-chrome
|
||||||
- test-integration-flat-firefox
|
- test-integration-flat-firefox
|
||||||
|
- job-screens:
|
||||||
|
requires:
|
||||||
|
- prep-deps-npm
|
||||||
|
- prep-build
|
||||||
|
- all-tests-pass
|
||||||
|
- job-publish:
|
||||||
|
requires:
|
||||||
|
- prep-deps-npm
|
||||||
|
- prep-build
|
||||||
|
- job-screens
|
||||||
|
- all-tests-pass
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
prep-deps-npm:
|
prep-deps-npm:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user