Skip to content

Commit

Permalink
Check if ** in dir path works
Browse files Browse the repository at this point in the history
  • Loading branch information
KapStorm committed Sep 5, 2024
1 parent 41ea1d2 commit fa83039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
if: always()
uses: test-summary/action@v2
with:
paths: "server/target/test-reports/*.xml"
paths: "**/target/test-reports/*.xml"

# - name: Print test results
# if: failure()
Expand Down

0 comments on commit fa83039

Please sign in to comment.