Skip to content

Commit 86fda37

Browse files
committed
collapse test output
I thought I'd done this previously. It should make the actions log easier to keep track of.
1 parent 6ba466c commit 86fda37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,10 @@ jobs:
236236
tests="$tests solver-benchmarks-tests solver-benchmarks-run"
237237
fi
238238
for test in $tests; do
239-
echo Validate "$test"
239+
echo ::group::Validate "$test"
240240
sh validate.sh $FLAGS -s "$test" || rc=1
241241
echo End "$test"
242+
echo ::endgroup::
242243
done
243244
exit $rc
244245
# The above ensures all the tests get run, for a single platform+ghc.

0 commit comments

Comments
 (0)