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