Skip to content

Commit

Permalink
Add unit-tests to circleci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbrazier committed Oct 30, 2019
1 parent fa3d775 commit 8fdeef6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ workflows:
- build:
requires:
- setup
- unit-test:
requires:
- setup
- e2e-test:
requires:
- setup

0 comments on commit 8fdeef6

Please sign in to comment.