mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-05 15:40:10 +00:00
ci: explicitly opt into frontend build
This commit is contained in:
2
.github/workflows/tests-ci.yaml
vendored
2
.github/workflows/tests-ci.yaml
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
2
.github/workflows/update-locales.yaml
vendored
2
.github/workflows/update-locales.yaml
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user