Skip to content

Commit

Permalink
exit early on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Aug 30, 2022
1 parent 0447cec commit fc84968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/scripts/steps/test/jest_parallel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ while read -r config; do
exitCode=10
echo "Jest exited with code $lastCode"
echo "^^^ +++"
exit $exitCode
fi
done <<< "$configs"

Expand Down

0 comments on commit fc84968

Please sign in to comment.