We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7b303 commit 68ab43fCopy full SHA for 68ab43f
.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: ms-playwright
20
key: ${{ runner.os }}-playwright-1.43.0
21
22
- name: Install dependencies
0 commit comments