Skip to content

Commit

Permalink
fix: upgrade ci resource xlarge
Browse files Browse the repository at this point in the history
Signed-off-by: Sujith <[email protected]>
  • Loading branch information
sujithvn committed Jun 14, 2023
1 parent 8aaf479 commit d4b75c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
name: Test Unit
no_output_timeout: 30m
command: pnpm test
resource_class: large
resource_class: xlarge

test-integration-query:
<<: *defaults
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
sudo apt update && sudo apt-get install -y mongodb
mongo --eval "rs.initiate()"
pnpm run test:integration:query
resource_class: large
resource_class: xlarge

test-integration-mutation:
<<: *defaults
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
sudo apt update && sudo apt-get install -y mongodb
mongo --eval "rs.initiate()"
pnpm run test:integration:mutation
resource_class: large
resource_class: xlarge

release:
<<: *defaults
Expand Down

0 comments on commit d4b75c4

Please sign in to comment.