From a5c34ff667d9ca7b2d38e03532ef0462d796f169 Mon Sep 17 00:00:00 2001 From: 49lf Date: Mon, 16 Sep 2024 07:57:56 -0400 Subject: [PATCH] Try with quotes --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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