Browse Source

Update test-argos-ci to large resource class in config.yml (#38095)

pull/38093/head
afc163 2 years ago
committed by GitHub
parent
commit
12676e9451
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -28,7 +28,8 @@ jobs:
- run:
name: Upload screenshots to Argos CI
command: npm run argos
# The resource_class feature allows configuring CPU and RAM resources for each job. Different resource classes are available for different executors. https://circleci.com/docs/2.0/configuration-reference/#resourceclass
resource_class: large
# Invoke jobs via workflows
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows

Loading…
Cancel
Save