Skip to content

Commit 1e78979

Browse files
authored
[CI] Update frontend install method (#659)
Sync Comfy-Org/ComfyUI_frontend#2783
1 parent 177a5a0 commit 1e78979

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test-comfyui-frontend.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,11 @@ jobs:
6969
npm ci
7070
npm install ../litegraph
7171
npm run build
72-
rm -rf ../ComfyUI/web/*
73-
mv dist/* ../ComfyUI/web/
7472
working-directory: ComfyUI_frontend
7573

7674
- name: Start ComfyUI server
7775
run: |
78-
python main.py --cpu --multi-user &
76+
python main.py --cpu --multi-user --front-end-root ../ComfyUI_frontend/dist &
7977
wait-for-it --service 127.0.0.1:8188 -t 600
8078
working-directory: ComfyUI
8179

0 commit comments

Comments
 (0)