We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
playwright-cache
1 parent 8ec5cfa commit 8ad08c7Copy full SHA for 8ad08c7
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
id: playwright-cache
14
with:
15
path: /Users/runner/Library/Caches/ms-playwright
16
- key: ${{ runner.os }}-playwright-1.50.1
+ key: ${{ runner.os }}-playwright-${{ hashFiles('bun.lock') }}
17
18
- name: Install dependencies
19
run: bun install
0 commit comments