Fix path to JUnit test results

This commit is contained in:
Kirill Kamakin
2021-11-27 14:50:16 +03:00
parent 7cac9ea07b
commit 0bfe24e9c6

View File

@@ -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'