Skip to content

Commit

Permalink
Fix unit test command in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
10xjs committed Jun 25, 2021
1 parent 71978f3 commit 261a15d
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 @@ -93,7 +93,7 @@ jobs:
steps:
- checkout
- install
- run: yarn test:spec
- run: yarn test:unit
- codecov/upload:
file: ./coverage/lcov.info

Expand Down

0 comments on commit 261a15d

Please sign in to comment.