Skip to content

Commit

Permalink
ci(circle): use xlarge resource and remove concurrency option
Browse files Browse the repository at this point in the history
  • Loading branch information
sungik-choi committed Oct 17, 2023
1 parent d5ada1b commit 535a26f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ executors:
node_executor:
docker:
- image: node:18.17.1
resource_class: large
resource_class: xlarge
working_directory: *workspace_root

jobs:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
keys:
- test-{{ .Environment.CACHE_VERSION }}-{{ .Branch }}-
- test-{{ .Environment.CACHE_VERSION }}-
- run: yarn test --concurrency=1
- run: yarn test
- codecov/upload:
file: './packages/bezier-react/coverage/lcov.info'
- save_cache:
Expand Down

0 comments on commit 535a26f

Please sign in to comment.