ci(github): bring back the 'print test failures' step
commit5aeb145780ffdfd516ad6fa697e7e14ba29be0bf
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 8 Jun 2022 10:43:18 +0000 (8 10:43 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Jun 2022 23:12:37 +0000 (8 16:12 -0700)
tree45ceb3d99492022d3a5d17c3f4992c27bd653c8d
parent3069f2a6f4c38e7e599067d2e4a8e31b4f53e2d3
ci(github): bring back the 'print test failures' step

Git now shows better information in the GitHub workflow runs when a test
case failed. However, when a test case was implemented incorrectly and
therefore does not even run, nothing is shown.

Let's bring back the step that prints the full logs of the failed tests,
and to improve the user experience, print out an informational message
for readers so that they do not have to know/remember where to see the
full logs.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.github/workflows/main.yml
ci/lib.sh