Skip to content

Commit dedbea4

Browse files
committed
indicate which of the joined tests failed
So people don't have to open all of the collapsed test output to find any failures. (cherry picked from commit e93d9c0)
1 parent d9b0904 commit dedbea4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/validate.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,10 @@ jobs:
234234
echo Validate "$test"
235235
sh validate.sh $FLAGS -s "$test" || rc=1
236236
echo End "$test"
237+
echo ::endgroup::
238+
if [ $rc -eq 1 ]; then
239+
echo Some tests failed
240+
fi
237241
done
238242
exit $rc
239243
# The above ensures all the tests get run, for a single platform+ghc.

0 commit comments

Comments
 (0)