Skip to content

Commit

Permalink
Correct path to reports yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
agentgt committed Nov 18, 2023
1 parent 9e23758 commit 6610ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
with:
artifact: test-results
name: Maven Surefire Tests
path: '**/target/surefire-reports/TEST-*.xml'
reporter: java-junit
path: 'target/surefire-reports/TEST-*.xml'
reporter: java-junit

0 comments on commit 6610ba3

Please sign in to comment.