We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4cacb8 commit 5e8001bCopy full SHA for 5e8001b
tests/runprod/run-all.sh
@@ -6,6 +6,6 @@
6
7
for test in tests/runprod/test-*.sh; do
8
echo "::group::test $test"
9
- ./"$test"
+ ./"$test" || exit 1
10
echo "::endgroup::"
11
done
0 commit comments