Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main branch doesn't produce test check in workflow. #548

Open
MichaelGlaive opened this issue Dec 10, 2024 · 1 comment
Open

Main branch doesn't produce test check in workflow. #548

MichaelGlaive opened this issue Dec 10, 2024 · 1 comment
Assignees

Comments

@MichaelGlaive
Copy link

Describe the bug

No check is added to the workflow using main branch of the action.

To Reproduce

Setup the following step, after running tests with nunit xml output (for example Unity can ONLY output nunit xml results):

    - name: Test Report
      uses: dorny/test-reporter@main
      if: success() || failure()
      with:
        name: Tests
        path: UnityTests/results.xml
        reporter: dotnet-nunit

There's summary, but no check is added. If you use v1 instead of main, then you have no access to dotnet-nunit, but the check would be present for dotnet-trx output for example.

Expected behavior

Summary and check is added for dotnet-nunit on the main branch, or any other released branch.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

@MichaelGlaive MichaelGlaive added the bug Something isn't working label Dec 10, 2024
@jozefizso jozefizso removed the bug Something isn't working label Dec 10, 2024
@jozefizso
Copy link
Collaborator

hi @MichaelGlaive, this project is open source and you should be able to troubleshoot what the action does in you particular workflow.

@j-catania j-catania removed their assignment Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants