Skip to content

Commit a43b64c

Browse files
authored
Merge pull request #11244 from haskell/mergify/bp/3.16/pr-11242
Backport #11242: indicate which of the joined tests failed
2 parents d9b0904 + dedbea4 commit a43b64c

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)