mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Show test issues as annotations in the GitHub Actions job summary
This commit is contained in:
@@ -125,7 +125,7 @@ rc=$((rc || $?))
|
||||
if [[ "$failed" -eq 0 ]]; then
|
||||
echo "${bold}${green}All ${tests} tests passed!${rescolors}${resbold}"
|
||||
else
|
||||
echo "${bold}${red}${failed} of the tests failed!${rescolors}${resbold}"
|
||||
echo "::warning ${bold}${red}${failed} of the RGBFIX tests failed!${rescolors}${resbold}"
|
||||
fi
|
||||
|
||||
exit $rc
|
||||
|
||||
Reference in New Issue
Block a user