Revert "[test] Baseline test: Re-add .cache to measure performance WITH cache"

This reverts commit 84b49562c38bb076bb4a783872906e8a3b705907.
This commit is contained in:
snomiao
2025-10-19 03:15:05 +00:00
parent 24db1fcda2
commit fef02b5dad
8 changed files with 0 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') }}