Skip to content

Commit

Permalink
Use medium+ containers for this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai committed Dec 6, 2024
1 parent f3eaaae commit 44e0789
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
fi
test_unit:
<<: *default-job
resource_class: 'medium+'
steps:
- checkout
- install_js
Expand Down Expand Up @@ -420,6 +421,7 @@ jobs:
test_e2e_website:
# NOTE: This workflow runs after successful docs deploy. See /test/e2e-website/README.md#ci
<<: *default-job
resource_class: 'medium+'
docker:
- image: mcr.microsoft.com/playwright:v1.48.2-focal
steps:
Expand Down Expand Up @@ -458,6 +460,7 @@ jobs:
destination: react-profiler-report/karma
test_regressions:
<<: *default-job
resource_class: 'medium+'
docker:
- image: mcr.microsoft.com/playwright:v1.48.2-focal
steps:
Expand Down Expand Up @@ -654,6 +657,7 @@ jobs:

test_bundle_size_monitor:
<<: *default-job
resource_class: 'medium+'
steps:
- checkout
- install_js
Expand Down

0 comments on commit 44e0789

Please sign in to comment.