We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f111b8 commit cae569fCopy full SHA for cae569f
.github/workflows/node.js.yml
@@ -60,7 +60,7 @@ jobs:
60
id: jest
61
run: |
62
export NODE_OPTIONS="--max-old-space-size=8192"
63
- NODE_OPTIONS=--max-old-space-size=8192 node --max-old-space-size=8192 ./node_modules/.bin/jest --no-watchman --silent --logHeapUsage --runInBand --forceExit --shard=${{ matrix.shard }}/${{ strategy.job-total }} --coverage
+ NODE_OPTIONS=--max-old-space-size=8192 node --max-old-space-size=8192 ./node_modules/.bin/jest --no-watchman --silent --logHeapUsage --bail --runInBand --forceExit --shard=${{ matrix.shard }}/${{ strategy.job-total }} --coverage
64
env:
65
NODE_OPTIONS: "--max-old-space-size=10240"
66
- name: Set output variables for badges
0 commit comments