Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
check

GitHub Action

NUnit Reporter

1.0.4

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

nunit reporter

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

Example

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