Update test ci action (#255)

This commit is contained in:
Chenlei Hu
2024-11-02 13:11:32 -04:00
committed by GitHub
parent 1dfe824239
commit 9ec17c04a9

View File

@@ -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