Skip to content

Commit

Permalink
Fix test report naming
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Sep 3, 2024
1 parent 1c77d96 commit 7013838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: dorny/test-reporter@v1
with:
artifact: '/tests-results-(.*)/'
artifact: '/tests-results(.*)/'
name: 'Test report for $1'
path: '**/test-reports/TEST*.xml'
reporter: java-junit

0 comments on commit 7013838

Please sign in to comment.