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:
Rangi42
2024-08-27 14:07:35 -04:00
parent 15f0871683
commit c07371c9fc
6 changed files with 6 additions and 6 deletions

View File

@@ -331,7 +331,7 @@ evaluateTest
if [[ "$failed" -eq 0 ]]; then
echo "${bold}${green}All ${tests} tests passed!${rescolors}${resbold}"
else
echo "::warning ${bold}${red}${failed} of the RGBLINK tests failed!${rescolors}${resbold}"
echo "${bold}${red}${failed} of the tests failed!${rescolors}${resbold}"
fi
exit $rc