Skip to content

Commit f7a522d

Browse files
authored
Merge pull request #11178 from geekosaur/collapse-test-output
collapse test output
2 parents cd7e7a5 + 86fda37 commit f7a522d

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)