We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7b303 commit c00611eCopy full SHA for c00611e
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/cache@v4
17
id: playwright-cache
18
with:
19
- path: /home/runner/.cache/ms-playwright
+ path: ~/.cache/ms-playwright
20
key: ${{ runner.os }}-playwright-1.43.0
21
22
- name: Install dependencies
0 commit comments