diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 40955d658..4c3d088c8 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -270,7 +270,7 @@ jobs: if: ${{ !cancelled() && (success() || failure()) }} with: name: playwright-coverage-${{ runner.os }}-${{ matrix.shardIndex }}-${{ github.sha }} - path: .nyc_output/*.json + path: ".nyc_output/*.json" retention-days: 30 overwrite: true