diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 4fae94b84..f92de6275 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -480,7 +480,7 @@ jobs: uses: actions/download-artifact@v4 with: path: .all_coverage_reports - pattern: playwright-coverage* + pattern: playwright-coverage-* merge-multiple: true - name: Merge all coverage reports from all shards into a single json report