Skip to content

Commit 48e417a

Browse files
committed
fix: cache in e2e
1 parent 05776fa commit 48e417a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-e2e.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
path: ${{ steps.pnpm-store.outputs.PATH }}
7373
key: pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
7474
restore-keys: |
75-
${{ runner.os }}-pnpm-store-
75+
pnpm-store-
7676
7777
- name: get npm cache
7878
id: npm-cache
@@ -84,7 +84,7 @@ jobs:
8484
path: ${{ steps.npm-cache.outputs.PATH }}
8585
key: node-cache-${{ hashFiles('**/package-lock.json') }}
8686
restore-keys: |
87-
${{ runner.os }}-node-cache-
87+
node-cache-
8888
8989
- name: install next.js
9090
run: pnpm install

0 commit comments

Comments
 (0)