Skip to content

Commit

Permalink
remove --cwd backend 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpochin committed Apr 5, 2023
1 parent 8c01988 commit cf669e6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ jobs:
command: |
cd backend
yarn
- run:
name: Build backend
command: yarn
- run:
name: Run test for the application
command: |
Expand All @@ -59,7 +56,8 @@ jobs:
- run:
name: Send coverage data to Coveralls
command: |
yarn --cwd backend coverage
cd backend
yarn coverage
# - save_cache:
# key: dependency-cache-{{ checksum "backend/package-lock.json" }}
# paths:
Expand Down

0 comments on commit cf669e6

Please sign in to comment.