build(ci): cache.
Some checks failed
🚀 Build and deploy by ftp / 🎉 Deploy (push) Failing after 34s

This commit is contained in:
Ivan Li 2023-07-09 08:54:13 +00:00
parent a0f5822bb8
commit dbb35eb462

View File

@ -31,11 +31,11 @@ jobs:
run: |
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
- uses: https://github.com/actions/cache@v3
name: Setup pnpm cache
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
key: test_xxxxx
restore-keys: |
${{ runner.os }}-pnpm-store-