Skip to content

Commit

Permalink
🏗 Increase Docker container size for All Unit Tests and `End-to-End…
Browse files Browse the repository at this point in the history
… Tests` jobs on CircleCI (#39891)
  • Loading branch information
danielrozenberg authored Mar 12, 2024
1 parent 48ac6c2 commit 92b0202
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 @@ -330,7 +330,7 @@ jobs:
- teardown_vm
all_unit_tests:
executor:
name: node-docker-medium
name: node-docker-large
parallelism: 6
steps:
- setup_vm
Expand Down Expand Up @@ -392,7 +392,7 @@ jobs:
- teardown_vm
end_to_end_tests:
executor:
name: node-docker-medium
name: node-docker-large
parallelism: 6
steps:
- setup_vm
Expand Down

0 comments on commit 92b0202

Please sign in to comment.