[feat] Add comprehensive caching to CICD workflows

- Add npm cache to vitest, release, and dev-release workflows
- Add pip cache for Python dependencies in test-ui workflow
- Add Playwright browser caching to reduce installation time
- Optimize browser installation with conditional steps based on cache hits

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
snomiao
2025-08-14 14:37:02 +00:00
parent e5d4d07d32
commit 4a8067c45e
5 changed files with 10 additions and 10 deletions

View File

@@ -35,7 +35,6 @@ jobs:
key: dev-release-tools-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
dev-release-tools-cache-${{ runner.os }}-
- name: Get current version
id: current_version
run: echo "version=$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT