ci: explicitly opt into frontend build

This commit is contained in:
snomiao
2025-10-08 22:00:35 +00:00
parent b309eb8f40
commit a812c678ee
4 changed files with 9 additions and 1 deletions

View File

@@ -23,6 +23,8 @@ jobs:
launch_server: 'false'
- name: Setup frontend
uses: ./.github/actions/setup-frontend
with:
build_frontend: 'true'
- name: Setup Playwright
uses: ./.github/actions/setup-playwright # Setup Playwright and cache browsers

View File

@@ -31,6 +31,8 @@ jobs:
launch_server: 'false'
- name: Setup frontend
uses: ./.github/actions/setup-frontend
with:
build_frontend: 'true'
- name: Setup Playwright
uses: ./.github/actions/setup-playwright

View File

@@ -22,6 +22,8 @@ jobs:
uses: ./.github/actions/setup-comfyui-server
- name: Setup ComfyUI Frontend
uses: ./.github/actions/setup-frontend
with:
build_frontend: 'true'
- name: Setup Playwright
uses: ./.github/actions/setup-playwright

View File

@@ -20,6 +20,8 @@ jobs:
uses: ./.github/actions/setup-comfyui-server
- name: Setup frontend
uses: ./.github/actions/setup-frontend
with:
build_frontend: 'true'
- name: Setup Playwright
uses: ./.github/actions/setup-playwright
@@ -48,4 +50,4 @@ jobs:
branch: update-locales-node-defs-${{ github.event.inputs.trigger_type }}-${{ github.run_id }}
base: main
labels: dependencies
path: ComfyUI_frontend
path: ComfyUI_frontend