Skip to content

Commit 28d08c8

Browse files
geekosaurmergify[bot]
authored andcommitted
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) # Conflicts: # .github/workflows/validate.yml
1 parent d9b0904 commit 28d08c8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/validate.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,13 @@ jobs:
234234
echo Validate "$test"
235235
sh validate.sh $FLAGS -s "$test" || rc=1
236236
echo End "$test"
237+
<<<<<<< HEAD
238+
=======
239+
echo ::endgroup::
240+
if [ $rc -eq 1 ]; then
241+
echo Some tests failed
242+
fi
243+
>>>>>>> e93d9c0b2 (indicate which of the joined tests failed)
237244
done
238245
exit $rc
239246
# The above ensures all the tests get run, for a single platform+ghc.

0 commit comments

Comments
 (0)