Skip to content

Commit

Permalink
ci: use lockfile has dynamic playwright key
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Feb 2, 2025
1 parent de24885 commit c3855a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id: playwright-cache
with:
path: /Users/runner/Library/Caches/ms-playwright
key: ${{ runner.os }}-playwright-1.50.1
key: ${{ runner.os }}-playwright-${{ hashFiles('**/bun.lock') }}

- name: Install dependencies
run: bun install
Expand Down

0 comments on commit c3855a6

Please # to comment.