Skip to content

Commit e8afaee

Browse files
committed
ci: update hash key
1 parent a55fe87 commit e8afaee

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
@@ -33,7 +33,7 @@ jobs:
3333
id: playwright-cache
3434
with:
3535
path: /Users/runner/Library/Caches/ms-playwright
36-
key: ${{ runner.os }}-playwright-${{ hashFiles('bun.lock') }}
36+
key: ${{ runner.os }}-playwright-${{ hashFiles('**/bun.lock') }}
3737

3838
- name: Install dependencies
3939
run: bun ci

0 commit comments

Comments
 (0)