Skip to content

Commit 6548e8d

Browse files
committed
fix: gh action cypress cache path
1 parent 32e5769 commit 6548e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Cache Cypress binary
3232
uses: actions/cache@v4
3333
with:
34-
path: ~/.cache/Cypress
34+
path: /home/runner/.cache/Cypress
3535
key: cypress-${{ runner.os }}-cypress-${{ hashFiles('pnpm-lock.yaml') }}
3636

3737
- name: Install dependencies

0 commit comments

Comments
 (0)