Skip to content

Commit

Permalink
Add test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed May 1, 2020
1 parent e55296d commit 30957a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
- ~/.npm
- ~/.cache
- run: npm run build
- run: npm test
- store_test_results:
path: test-results
- store_artifacts:
path: coverage

workflows:
Build and Test:
Expand Down

0 comments on commit 30957a1

Please sign in to comment.