Skip to content

Commit

Permalink
test: added report_paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gmyasoedov committed Nov 23, 2024
1 parent 53afb93 commit 4d402d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
uses: mikepenz/action-junit-report@v5
if: success() || failure() # always run even if the previous step fails
with:
report_paths: 'gmaven/build/reports/tests/test/index.html'
report_paths: '**/build/test-results/test/TEST-*.xml'


0 comments on commit 4d402d9

Please sign in to comment.