mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +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'
|
launch_server: 'false'
|
||||||
- name: Setup frontend
|
- name: Setup frontend
|
||||||
uses: ./.github/actions/setup-frontend
|
uses: ./.github/actions/setup-frontend
|
||||||
|
with:
|
||||||
|
build_frontend: 'true'
|
||||||
- name: Setup Playwright
|
- name: Setup Playwright
|
||||||
uses: ./.github/actions/setup-playwright # Setup Playwright and cache browsers
|
uses: ./.github/actions/setup-playwright # Setup Playwright and cache browsers
|
||||||
|
|
||||||
|
|||||||
@@ -31,6 +31,8 @@ jobs:
|
|||||||
launch_server: 'false'
|
launch_server: 'false'
|
||||||
- name: Setup frontend
|
- name: Setup frontend
|
||||||
uses: ./.github/actions/setup-frontend
|
uses: ./.github/actions/setup-frontend
|
||||||
|
with:
|
||||||
|
build_frontend: 'true'
|
||||||
- name: Setup Playwright
|
- name: Setup Playwright
|
||||||
uses: ./.github/actions/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
|
uses: ./.github/actions/setup-comfyui-server
|
||||||
- name: Setup ComfyUI Frontend
|
- name: Setup ComfyUI Frontend
|
||||||
uses: ./.github/actions/setup-frontend
|
uses: ./.github/actions/setup-frontend
|
||||||
|
with:
|
||||||
|
build_frontend: 'true'
|
||||||
- name: Setup Playwright
|
- name: Setup Playwright
|
||||||
uses: ./.github/actions/setup-playwright
|
uses: ./.github/actions/setup-playwright
|
||||||
|
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ jobs:
|
|||||||
uses: ./.github/actions/setup-comfyui-server
|
uses: ./.github/actions/setup-comfyui-server
|
||||||
- name: Setup frontend
|
- name: Setup frontend
|
||||||
uses: ./.github/actions/setup-frontend
|
uses: ./.github/actions/setup-frontend
|
||||||
|
with:
|
||||||
|
build_frontend: 'true'
|
||||||
- name: Setup Playwright
|
- name: Setup Playwright
|
||||||
uses: ./.github/actions/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 }}
|
branch: update-locales-node-defs-${{ github.event.inputs.trigger_type }}-${{ github.run_id }}
|
||||||
base: main
|
base: main
|
||||||
labels: dependencies
|
labels: dependencies
|
||||||
path: ComfyUI_frontend
|
path: ComfyUI_frontend
|
||||||
|
|||||||
Reference in New Issue
Block a user