Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/test-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,10 @@ jobs:
with:
node-version: lts/*

- name: Build & Install ComfyUI_frontend
- name: Build ComfyUI_frontend
run: |
npm ci
npm run build
rm -rf ../ComfyUI/web/*
mv dist/* ../ComfyUI/web/
working-directory: ComfyUI_frontend

- name: Generate cache key
Expand Down Expand Up @@ -86,7 +84,7 @@ jobs:

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

Expand Down