Skip to content

Commit

Permalink
ci: run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Feb 9, 2022
1 parent 7fb1c92 commit f2ab47c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
- ./node_modules
- run:
name: Build
command: npm run build
command: npm run build
- run:
name: Test
command: npm run test

workflows:
version: 2
Expand Down

0 comments on commit f2ab47c

Please sign in to comment.