From ccf4139721c3185d3040f219dff355a0e884dae5 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 11 Oct 2024 16:02:21 +0200 Subject: [PATCH] CI --- .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 b22aa6e..c88db96 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -117,7 +117,7 @@ jobs: id: playwright-browsers with: path: ~/.cache/ms-playwright - key: ${{ runner.os }}-node-${{ hashFiles('**/playwright.config') }} + key: ${{ runner.os }}-node-${{ hashFiles('**/playwright.config.ts') }} - if: steps.playwright-browsers.outputs.cache-hit != 'true' name: Install Playwright Browsers