diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 15611e8..452dcdd 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -59,7 +59,7 @@ jobs: uses: mikepenz/action-junit-report@v4 if: always() # always run even if the previous step fails with: - report_paths: **/dist/junit-*.xml + report_paths: '**/dist/junit-*.xml' - name: Publish Test and Coverage Report of ONE test case as PR comment uses: xportation/junit-coverage-report@main