From 9ec17c04a94f2db242eae769ba9d17a222c5d23b Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Sat, 2 Nov 2024 13:11:32 -0400 Subject: [PATCH] Update test ci action (#255) --- .github/workflows/test-comfyui-frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-comfyui-frontend.yml b/.github/workflows/test-comfyui-frontend.yml index ee80e001b..893eff7c6 100644 --- a/.github/workflows/test-comfyui-frontend.yml +++ b/.github/workflows/test-comfyui-frontend.yml @@ -81,7 +81,7 @@ jobs: - name: Start ComfyUI server run: | - python main.py --cpu & + python main.py --cpu --multi-user & wait-for-it --service 127.0.0.1:8188 -t 600 working-directory: ComfyUI