Skip to content

Commit

Permalink
Inspect heap usage in env
Browse files Browse the repository at this point in the history
  • Loading branch information
chadbrokaw committed Jan 27, 2025
1 parent 4ef4166 commit 794590f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <rootDir>/<coverageDirectory>
- store_artifacts:
path: app/javascript/test-coverage
Expand Down Expand Up @@ -311,4 +311,4 @@ workflows:
- build
- cleanup-test-data:
requires:
- waiter
- waiter

0 comments on commit 794590f

Please sign in to comment.