We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1acf3 commit 8302877Copy full SHA for 8302877
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
uses: actions/cache@v3
70
with:
71
path: ~/.cache/ms-playwright
72
- key: ${{ runner.os }}-playwright-${{ hashFiles('**/package-lock.json') }}
+ key: ${{ runner.os }}-playwright-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/node_modules/playwright/package.json') }}
73
74
- name: Install Playwright browsers
75
if: steps.playwright-cache.outputs.cache-hit != 'true'
0 commit comments