Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 482 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 482 Bytes

⚠️ This package is deprecated. use Test Reporter instead

nunit reporter

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

Example

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

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