Using ##[error] in content that's parsed by GitHub's log parser triggers annotations which are really stupid.
This would fix it:
https://github.com/github/gh-aw/compare/main...jsoref:gh-aw:prevent-test-descriptions-from-triggering-annotations?expand=1
as would anything else that removes ##[error] from the test names which are logged by each run.
Using
##[error]in content that's parsed by GitHub's log parser triggers annotations which are really stupid.This would fix it:
https://github.com/github/gh-aw/compare/main...jsoref:gh-aw:prevent-test-descriptions-from-triggering-annotations?expand=1
as would anything else that removes
##[error]from the test names which are logged by each run.