Skip to content

Commit c00611e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

2222
- name: Install dependencies

0 commit comments

Comments
 (0)