Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuri82 committed Oct 6, 2023
1 parent 4504f5b commit 6e14dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: SurefireReports
path: **/target/surefire-reports/TEST-*.xml
path: '**/target/surefire-reports/TEST-*.xml'
if-no-files-found: error
### TODO disabled due to bug. See https://github.com/mikepenz/action-junit-report/issues/952
# Make test report accessible from GitHub Actions (as Maven logs are long)
Expand Down

0 comments on commit 6e14dc8

Please sign in to comment.