Remove .cache caching from GitHub Actions workflows

Co-authored-by: snomiao <7323030+snomiao@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-10-17 01:00:02 +00:00
committed by snomiao
parent cc47ecafb2
commit fb9694ff7e
8 changed files with 3 additions and 9 deletions

View File

@@ -33,7 +33,6 @@ jobs:
uses: actions/cache@v4
with:
path: |
.cache
coverage
.vitest-cache
key: vitest-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('src/**/*.{ts,vue,js}', 'vitest.config.*', 'tsconfig.json') }}