mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-21 16:01:52 +00:00
Revert "Show test issues as annotations in the GitHub Actions job summary"
This reverts commit 3a5ff35928.
Annotations were not actually appearing.
<https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions>
This commit is contained in:
@@ -63,7 +63,7 @@ test_downstream() { # owner repo make-target build-file build-hash
|
||||
make -j4 "$3" RGBDS=../../
|
||||
hash="$(sha1sum -b "$4" | head -c 40)"
|
||||
if [ "$hash" != "$5" ]; then
|
||||
echo >&2 '::warning SHA-1 hash of '"$4"' did not match: '"$hash"
|
||||
echo >&2 'SHA-1 hash of '"$4"' did not match: '"$hash"
|
||||
return 1
|
||||
fi
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user