Skip to content

Commit

Permalink
fix: Specify the test report path to see if actions works
Browse files Browse the repository at this point in the history
  • Loading branch information
alt-art committed Jul 13, 2024
1 parent c70d1b1 commit 3a46753
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ jobs:
- name: Report test results
uses: mikepenz/action-junit-report@v4
if: success() || failure()
with:
report_paths: '**/build/test-results/test/TEST-*.xml'

0 comments on commit 3a46753

Please sign in to comment.