Create an annotation of the build information and also list first n failed tests. Currently supports nunit and trx formats.
Example
- uses: edwinf/unit-nunit-reporter@v1.0.0
if: always()
with:
path: 'test-resuls/*.xml'
reportType: 'trx'
access-token: ${{secrets.GITHUB_TOKEN}}
This project has been mirror forked from MirrorNG/nunit-reporter.