aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <542863+danfinlay@users.noreply.github.com>2018-04-24 07:41:59 +0800
committerGitHub <noreply@github.com>2018-04-24 07:41:59 +0800
commit425525fbc15b762ebca55750b58fa4a98a744b90 (patch)
treed70891e84a5cd3351fcb8b630cf226f8ad1de5a8
parent0996daa65d772454b0a1276538549add37bf5809 (diff)
parent4a2db1d9e14aad7bd8e63c3073180c39305862d8 (diff)
downloadtangerine-wallet-browser-425525fbc15b762ebca55750b58fa4a98a744b90.tar.gz
tangerine-wallet-browser-425525fbc15b762ebca55750b58fa4a98a744b90.tar.zst
tangerine-wallet-browser-425525fbc15b762ebca55750b58fa4a98a744b90.zip
Merge pull request #3935 from MetaMask/ci-tests-first-then-dessert
ci - complete all tests before running extras
-rw-r--r--.circleci/config.yml21
1 files changed, 11 insertions, 10 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index ee2054130..6ed731225 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -19,15 +19,6 @@ workflows:
requires:
- prep-deps-npm
- prep-build
- - job-screens:
- requires:
- - prep-deps-npm
- - prep-build
- - job-publish:
- requires:
- - prep-deps-npm
- - prep-build
- - job-screens
- test-unit:
requires:
- prep-deps-npm
@@ -54,11 +45,21 @@ workflows:
- test-lint
- test-unit
- test-e2e
- - job-screens
- test-integration-mascara-chrome
- test-integration-mascara-firefox
- test-integration-flat-chrome
- 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:
prep-deps-npm: