Show test issues as annotations in the GitHub Actions job summary

This commit is contained in:
Rangi42
2024-08-27 01:02:53 -04:00
parent 38a90890fb
commit 3a5ff35928
6 changed files with 6 additions and 6 deletions

View File

@@ -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