nonblocking

This commit is contained in:
huchenlei
2024-06-13 20:26:34 -04:00
parent 6471816aba
commit 6494ddde0b

View File

@@ -32,7 +32,7 @@ jobs:
working-directory: ComfyUI
- name: Start ComfyUI server
run: |
python main.py --cpu
python main.py --cpu &
working-directory: ComfyUI
- name: Run UI tests
run: |