Skip to content

Commit a3ca974

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

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
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
test:
8-
runs-on: ubuntu-latest
8+
runs-on: macos-latest
99
steps:
1010
- uses: actions/checkout@v4
1111

@@ -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: /Users/runner/Library/Caches/ms-playwright
2020
key: ${{ runner.os }}-playwright-1.43.0
2121

2222
- name: Install dependencies

0 commit comments

Comments
 (0)