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 a55fe87 commit e8afaeeCopy full SHA for e8afaee
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
id: playwright-cache
34
with:
35
path: /Users/runner/Library/Caches/ms-playwright
36
- key: ${{ runner.os }}-playwright-${{ hashFiles('bun.lock') }}
+ key: ${{ runner.os }}-playwright-${{ hashFiles('**/bun.lock') }}
37
38
- name: Install dependencies
39
run: bun ci
0 commit comments