ci - end by flowing all required tests into a single job

This commit is contained in:
kumavis 2018-03-27 16:09:11 -07:00
parent 1dea4124f5
commit 3ec3b09c12
1 changed files with 8 additions and 7 deletions

View File

@ -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!'