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

Add junit test report in github actions #452

Closed
subkanthi opened this issue Jan 31, 2024 · 1 comment
Closed

Add junit test report in github actions #452

subkanthi opened this issue Jan 31, 2024 · 1 comment
Assignees

Comments

@subkanthi
Copy link
Collaborator

When a Junit test fails, its hard to identify which test had failed because of the size of the log file.
A github action to publish the Junit test report will be useful.

      - name: Publish Test Report
        uses: mikepenz/action-junit-report@v4
        if: success() || failure() # always run even if the previous step fails
        with:
          report_paths: '**/build/test-results/test/TEST-*.xml'
@subkanthi subkanthi self-assigned this Jan 31, 2024
@subkanthi
Copy link
Collaborator Author

Junit test report was added to github actions.

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

When branches are created from issues, their pull requests are automatically linked.

1 participant