Skip to content

Commit 82cb1f9

Browse files
committed
ci: fix playwright cache
1 parent 7a7b303 commit 82cb1f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- uses: actions/cache@v4
1717
id: playwright-cache
1818
with:
19-
path: /home/runner/.cache/ms-playwright
20-
key: ${{ runner.os }}-playwright-1.43.0
19+
path: ~/.cache/ms-playwright
20+
key: playwright-1.43.0
2121

2222
- name: Install dependencies
2323
run: bun install

0 commit comments

Comments
 (0)