Skip to content

Commit

Permalink
remove --cwd backend 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpochin committed Apr 5, 2023
1 parent 3b98e85 commit 8c01988
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
command: yarn
- run:
name: Run test for the application
command: yarn test:unit
command: |
cd backend
yarn test:unit
- run:
name: Send coverage data to Coveralls
command: |
Expand Down

0 comments on commit 8c01988

Please sign in to comment.