mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-05 05:00:03 +00:00
[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:
1
.github/workflows/dev-release.yaml
vendored
1
.github/workflows/dev-release.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user