From 794590f53e47def49ac54d718e32c754e16681a0 Mon Sep 17 00:00:00 2001 From: Chad Brokaw <36685920+chadbrokaw@users.noreply.github.com> Date: Mon, 27 Jan 2025 09:56:51 -0700 Subject: [PATCH] Inspect heap usage in env --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9839ac8ccc..da942312b0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -189,7 +189,7 @@ jobs: - setup - run: yarn cache clean - run: yarn install - - run: yarn test + - run: node --inspect --expose-gc ./node_modules/.bin/jest --runInBand --logHeapUsage --coverage # path configured in jest.config.js as / - store_artifacts: path: app/javascript/test-coverage @@ -311,4 +311,4 @@ workflows: - build - cleanup-test-data: requires: - - waiter \ No newline at end of file + - waiter