aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2018-03-28 07:09:11 +0800
committerkumavis <aaron@kumavis.me>2018-03-28 07:09:11 +0800
commit3ec3b09c12618c40a0769605893626e059c64fc1 (patch)
treeda28fecde561ae18e8364832a0241171486f52ea /.circleci
parent1dea4124f5e5b5eb37c234321808e9d414865f30 (diff)
downloadtangerine-wallet-browser-3ec3b09c12618c40a0769605893626e059c64fc1.tar
tangerine-wallet-browser-3ec3b09c12618c40a0769605893626e059c64fc1.tar.gz
tangerine-wallet-browser-3ec3b09c12618c40a0769605893626e059c64fc1.tar.bz2
tangerine-wallet-browser-3ec3b09c12618c40a0769605893626e059c64fc1.tar.lz
tangerine-wallet-browser-3ec3b09c12618c40a0769605893626e059c64fc1.tar.xz
tangerine-wallet-browser-3ec3b09c12618c40a0769605893626e059c64fc1.tar.zst
tangerine-wallet-browser-3ec3b09c12618c40a0769605893626e059c64fc1.zip
ci - end by flowing all required tests into a single job
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml15
1 files changed, 8 insertions, 7 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index dadbf4885..a8e18116c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -40,7 +40,7 @@ workflows:
- prep-deps-npm
- prep-deps-firefox
- prep-scss
- - all-tests-passed:
+ - all-tests-pass:
requires:
- test-lint
- test-unit
@@ -247,9 +247,10 @@ jobs:
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!'
+ all-tests-pass:
+ docker:
+ - image: circleci/node:8-browsers
+ steps:
+ - run:
+ name: All Tests Passed
+ command: echo 'weew - everything passed!'