Skip to content

Commit

Permalink
Try medium+ resource class
Browse files Browse the repository at this point in the history
  • Loading branch information
chadbrokaw committed Jan 27, 2025
1 parent 372ba1e commit e81b6ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ defaults: &defaults
POSTGRES_USER: root
POSTGRES_DB: sf_dahlia
- image: "cypress/base:14.15.0"
resource_class: medium+
executor: ruby/default
non_production_jobs: &non_production_jobs
filters:
Expand Down Expand Up @@ -189,7 +190,7 @@ jobs:
- setup
- run: yarn cache clean
- run: yarn install
- run: node --inspect --expose-gc ./node_modules/.bin/jest --workerIdleMemoryLimit=350 --logHeapUsage --coverage
- run: yarn test
# path configured in jest.config.js as <rootDir>/<coverageDirectory>
- store_artifacts:
path: app/javascript/test-coverage
Expand Down

0 comments on commit e81b6ab

Please sign in to comment.