Skip to content

Commit

Permalink
Use test:ci not test:unit:ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DebbieGillespie committed Apr 27, 2022
1 parent d0629dc commit fbc37d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cache-path: node_modules
- run:
name: Run Tests
command: npm run test:unit:ci
command: npm run test:ci

workflows:
version: 2
Expand Down

0 comments on commit fbc37d2

Please sign in to comment.