We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab7b80 commit f8e4bf8Copy full SHA for f8e4bf8
1 file changed
.circleci/config.yml
@@ -57,6 +57,7 @@ default-job: &default-job
57
BASE_BRANCH: master
58
working_directory: /tmp/mui
59
executor: code-infra/mui-node
60
+ resource_class: medium
61
# CircleCI has disabled the cache across forks for security reasons.
62
# Following their official statement, it was a quick solution, they
63
# are working on providing this feature back with appropriate security measures.
@@ -276,7 +277,6 @@ jobs:
276
277
executor:
278
name: code-infra/mui-node-browser
279
playwright-img-version: v1.60.0-noble
- resource_class: medium
280
steps:
281
- checkout
282
- run:
0 commit comments