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

This commit temporarily restores .cache caching to establish a baseline
for performance comparison. The next commit will remove it again to
measure the performance impact.

Testing approach:
1. This commit: WITH .cache (baseline)
2. Next commit: WITHOUT .cache (comparison)
3. Analysis: Compare CI run times to quantify cache impact
This commit is contained in:
snomiao
2025-10-19 03:01:29 +00:00
parent fb9694ff7e
commit 24db1fcda2
8 changed files with 9 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ jobs:
uses: actions/cache@v4
with:
path: |
.cache
tsconfig.tsbuildinfo
key: release-tools-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |