This repository was archived by the owner on Dec 26, 2023. It is now read-only.
generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 15
setup help #22
Copy link
Copy link
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels