Browse Source
Update test-argos-ci to large resource class in config.yml (#38095 )
pull/38093/head
afc163
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
.circleci/config.yml
@ -28,7 +28,8 @@ jobs:
- run:
- run:
name : Upload screenshots to Argos CI
name : Upload screenshots to Argos CI
command : npm run argos
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
# Invoke jobs via workflows
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows