Skip to content

Commit 6db2e0d

Browse files
committed
EFS-948: Minor change
1 parent cae569f commit 6db2e0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/node.js.yml

+4
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ jobs:
6161
run: |
6262
export NODE_OPTIONS="--max-old-space-size=8192"
6363
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+
if [ $exit_code -ne 0 ]; then
65+
echo "Some tests failed. Exiting with status code $exit_code"
66+
exit $exit_code
67+
fi
6468
env:
6569
NODE_OPTIONS: "--max-old-space-size=10240"
6670
- name: Set output variables for badges

0 commit comments

Comments
 (0)