Skip to content

Commit 8e845d6

Browse files
committed
fix: set cache key for save
1 parent 24afb5c commit 8e845d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
name: Save package cache
6666
if: always() && steps.restore-package-cache.outputs.cache-hit != 'true'
6767
with:
68+
key: ${{ steps.restore-package-cache.outputs.cache-primary-key }}
6869
path: |
6970
${{ steps.pnpm-cache.outputs.dir }}
7071
${{ steps.composer-cache.outputs.dir }}

0 commit comments

Comments
 (0)