diff options
author | kumavis <aaron@kumavis.me> | 2018-03-28 05:40:04 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2018-03-28 05:40:04 +0800 |
commit | 1dea4124f5e5b5eb37c234321808e9d414865f30 (patch) | |
tree | db0daac69b7694d7e27b789cfb989c1f2f9f716a /.circleci | |
parent | 62e1cbd33b440b8dcb98446b2fdee3f66ab5c1ad (diff) | |
download | tangerine-wallet-browser-1dea4124f5e5b5eb37c234321808e9d414865f30.tar.gz tangerine-wallet-browser-1dea4124f5e5b5eb37c234321808e9d414865f30.tar.zst tangerine-wallet-browser-1dea4124f5e5b5eb37c234321808e9d414865f30.zip |
ci - end by flowing all required tests into a single job
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index ed6dc7802..dadbf4885 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,6 +40,15 @@ workflows: - prep-deps-npm - prep-deps-firefox - prep-scss + - all-tests-passed: + requires: + - test-lint + - test-unit + - test-e2e + - test-integration-mascara-chrome + - test-integration-mascara-firefox + - test-integration-flat-chrome + - test-integration-flat-firefox jobs: prep-deps-npm: @@ -237,3 +246,10 @@ jobs: - run: name: test:integration:mascara command: npm run test:mascara + +all-tests-pass: + docker: + - image: circleci/node:8-browsers + - run: + name: All Tests Passed + command: echo 'weew - everything passed!' |