Skip to content

Commit c3855a6

Browse files
committed
ci: use lockfile has dynamic playwright key
1 parent de24885 commit c3855a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id: playwright-cache
1414
with:
1515
path: /Users/runner/Library/Caches/ms-playwright
16-
key: ${{ runner.os }}-playwright-1.50.1
16+
key: ${{ runner.os }}-playwright-${{ hashFiles('**/bun.lock') }}
1717

1818
- name: Install dependencies
1919
run: bun install

0 commit comments

Comments
 (0)