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

MirageNet/nunit-reporter

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

⚠️ 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.