Skip to content

Commit

Permalink
remove -u flag from config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Carla-Moz committed Dec 12, 2024
1 parent 5b29ef8 commit 7d68928
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 @@ -23,7 +23,7 @@ jobs:
command: yarn build
name: Check build
- run:
command: yarn test:coverage -u
command: yarn test:coverage
name: Run Jest tests
- run:
command: yarn codecov
Expand Down

0 comments on commit 7d68928

Please sign in to comment.