Skip to content

Commit cae569f

Browse files
committed
EFS-948: Minor change
1 parent 7f111b8 commit cae569f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
id: jest
6161
run: |
6262
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
63+
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
6464
env:
6565
NODE_OPTIONS: "--max-old-space-size=10240"
6666
- name: Set output variables for badges

0 commit comments

Comments
 (0)