We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de24885 commit 5b7f54aCopy full SHA for 5b7f54a
.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