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