Skip to content

Commit

Permalink
ci(circle): change concurrency number from 2 to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
sungik-choi committed Oct 17, 2023
1 parent 43a6453 commit d5ada1b
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 @@ -94,7 +94,7 @@ jobs:
keys:
- test-{{ .Environment.CACHE_VERSION }}-{{ .Branch }}-
- test-{{ .Environment.CACHE_VERSION }}-
- run: yarn test --concurrency=2
- run: yarn test --concurrency=1
- codecov/upload:
file: './packages/bezier-react/coverage/lcov.info'
- save_cache:
Expand Down

0 comments on commit d5ada1b

Please sign in to comment.