Skip to content

Commit

Permalink
Merge pull request #66 from Gedochao/maintenance/fix-test-reports
Browse files Browse the repository at this point in the history
Fix the test report regex
  • Loading branch information
tgodzik authored Dec 11, 2024
2 parents 8aa1412 + 1a376d6 commit f075b2d
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,5 +18,5 @@ jobs:
with:
artifact: /test-results-(.*)/
name: 'JUnit Tests ($1)'
path: '*.xml'
path: '**/test-results/**/*.xml'
reporter: java-junit

0 comments on commit f075b2d

Please # to comment.