Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 350 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 350 Bytes

nunit reporter

Create an annotation of the build information and also list first n failed nunit tests

Example

  - uses: MirrorNG/nunit-reporter@v1.0.9
      if: always()
      with:
        path: Tests/*.xml
        access-token: ${{ secrets.GITHUB_TOKEN }}

See https://github.com/MirrorNG/nunit-reporter/pull/2/files for an example.