Fix path to JUnit test results
This commit is contained in:
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@@ -25,4 +25,4 @@ jobs:
|
||||
uses: mikepenz/action-junit-report@v2
|
||||
if: always() # always run even if the previous step fails
|
||||
with:
|
||||
report_paths: '**/build/test-results/test/TEST-*.xml'
|
||||
report_paths: './**/build/test-results/**/TEST-*.xml'
|
||||
Reference in New Issue
Block a user