Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 78560a4

Browse files
committed
ci: refactor cahe key path
1 parent 3e304c8 commit 78560a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/composite-actions/install/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ runs:
2424
echo "CYPRESS_BIN_PATH=$(npx cypress cache path)" >> $GITHUB_OUTPUT
2525
2626
- uses: actions/cache@v3
27-
id: pnpm-cache
27+
id: restore-pnpm-cache
2828
with:
2929
path: |
30-
${{ steps.pnpm-cache-dir.outputs.STORE_PATH }}
31-
${{ steps.cypress-cache-dir.outputs.CYPRESS_BIN_PATH }}
30+
${{ steps.pnpm-cache-dir.outputs.STORE_PATH }}
31+
${{ steps.cypress-cache-dir.outputs.CYPRESS_BIN_PATH }}
3232
key: ${{ runner.os }}-pnpm-cypress-${{ hashFiles('**/pnpm-lock.yaml') }}
3333
restore-keys: |
34-
${{ runner.os }}-pnpm-cypress-
35-
${{ runner.os }}-pnpm-store-
34+
${{ runner.os }}-pnpm-cypress-
35+
${{ runner.os }}-pnpm-store-
3636
3737
# - uses: actions/cache@v3
3838
# name: Setup pnpm cache

0 commit comments

Comments
 (0)