ci(github): skip the logs of the successful test cases
commit448de909a7dc0e0cc80aff6eff84de56a4c8bbfc
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 21 May 2022 22:18:52 +0000 (21 22:18 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sat, 21 May 2022 23:25:56 +0000 (21 16:25 -0700)
tree862467ec33219dde72ba7fdb084bf1f9a0ca04ca
parent0f5ae593bea7314184608a32122da73ed559f219
ci(github): skip the logs of the successful test cases

In most instances, looking at the log of failed test cases is enough to
identify the problem.

In some (rare?) instances, a previous test case that was marked as
successful actually has information pertaining to a later test case that
fails.

To allow the page to load relatively quickly, let's only show the logs
of the failed test cases to be shown. The full logs are available for
download as artifacts, should a deeper investigation become necessary.

Co-authored-by: Victoria Dye <vdye@github.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib-github-workflow-markup.sh