Skip to content

Commit 8302877

Browse files
committed
chore: update cache key in CI workflow to include Playwright package version
1 parent ed1acf3 commit 8302877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: actions/cache@v3
7070
with:
7171
path: ~/.cache/ms-playwright
72-
key: ${{ runner.os }}-playwright-${{ hashFiles('**/package-lock.json') }}
72+
key: ${{ runner.os }}-playwright-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/node_modules/playwright/package.json') }}
7373

7474
- name: Install Playwright browsers
7575
if: steps.playwright-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)