Git fork

ci(github): mention where the full logs can be found

The full logs are contained in the `failed-tests-*.zip` artifacts that
are attached to the failed CI run. Since this is not immediately
obvious to the well-disposed reader, let's mention it explicitly.

Suggested-by: Victoria Dye <vdye@github.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

authored by

Johannes Schindelin and committed by
Junio C Hamano
aeea0084 0068c82a

+1
+1
ci/lib.sh
··· 177 177 test_name="${test_exit%.exit}" 178 178 test_name="${test_name##*/}" 179 179 printf "\\e[33m\\e[1m=== Failed test: ${test_name} ===\\e[m\\n" 180 + echo "The full logs are in the artifacts attached to this run." 180 181 cat "t/test-results/$test_name.markup" 181 182 182 183 trash_dir="t/trash directory.$test_name"