diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 2410c6b..e031090 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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' \ No newline at end of file + report_paths: './**/build/test-results/**/TEST-*.xml' \ No newline at end of file