From e81b6ab97a3b70173e644ead7e6651339934388a Mon Sep 17 00:00:00 2001 From: Chad Brokaw <36685920+chadbrokaw@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:19:16 -0700 Subject: [PATCH] Try medium+ resource class --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8c4de00ab..c61b4d014 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: @@ -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 / - store_artifacts: path: app/javascript/test-coverage