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

setup help #22

@pepone

Description

@pepone

Hi,

I'm trying to setup nunit-reporter with my .NET 6 project

I have

    - name: Test
      run: dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" --logger:"nunit;LogFilePath=TestResults/TestResults.xml"
    - name: NUnit Reporter
      uses: MirageNet/[email protected]
      if: always()
      with:
        path: tests/*/TestResults/TestResults.xml
        access-token: ${{ secrets.GITHUB_TOKEN }}

But the reporter step fails with

Run MirageNet/[email protected]
  with:
    path: tests/*/TestResults/TestResults.xml
    access-token: ***
    numFailures: 30
  env:
    DOTNET_ROOT: /home/runner/.dotnet
    SSH_AUTH_SOCK: /tmp/ssh-eAwEOAlnnS92/agent.1827
    SSH_AGENT_PID: 1828
Error: Resource not accessible by integration

Can you tell me what is wrong with my setup?

Cheers,
Jose

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions