Skip to content

Commit

Permalink
fix(): circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Dec 19, 2017
1 parent 4d2b94f commit d95ac1e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
working_directory: ~/repo

steps:
# run tests!
- build
- run: yarn run lint
- run: yarn run test:unit
- run: yarn run test:e2e
Expand All @@ -107,3 +107,10 @@ workflows:
- test:
requires:
- build
- deploy:
requires:
- build
- test
filters:
branches:
only: master

0 comments on commit d95ac1e

Please sign in to comment.