Skip to content

Commit

Permalink
adjust path
Browse files Browse the repository at this point in the history
  • Loading branch information
sterlp committed Dec 16, 2023
1 parent e690f8e commit c26e7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: always()
with:
name: Test results
path: "*/surefire-reports/*.xml"
path: "**/**/surefire-reports/*.xml"
reporter: java-junit
fail-on-error: true

Expand Down

0 comments on commit c26e7d4

Please sign in to comment.