Skip to content
check

GitHub Action

NUnit Reporter

v1.1.0 Latest version

NUnit Reporter

check

NUnit Reporter

Github action for publishing nunit results as github checks

Installation

Copy and paste the following snippet into your .yml file.

              

- name: NUnit Reporter

uses: MirageNet/[email protected]

Learn more about this action in MirageNet/nunit-reporter

Choose a version

⚠️ 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/[email protected]
      if: always()
      with:
        path: Tests/*.xml
        access-token: ${{ secrets.GITHUB_TOKEN }}

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