Skip to content

Commit

Permalink
yarn --cwd backend run coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpochin committed Apr 4, 2023
1 parent 2553450 commit 0289793
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 @@ -70,7 +70,7 @@ jobs:
- run:
name: Send coverage data to Coveralls
command: |
npm run coverage
yarn --cwd backend coverage
- store_artifacts:
path: |
Expand Down

0 comments on commit 0289793

Please sign in to comment.