Skip to content

Commit

Permalink
Adds test reports to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobispo committed Oct 23, 2024
1 parent 9fe7b8d commit 5989a68
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@ jobs:
env:
GITHUB_DEPENDENCY_GRAPH_ENABLED: false

- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
if: always()
with:
report_paths: '/**/build/test-results/test/TEST-*.xml'
summary: true

- name: Upload ClavaWeaver artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5989a68

Please sign in to comment.