mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 19:21:54 +00:00
Add cred
This commit is contained in:
7
.github/workflows/test-ui.yaml
vendored
7
.github/workflows/test-ui.yaml
vendored
@@ -6,6 +6,11 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
# ComfyUI repo needs following settings to checkout.
|
||||||
|
- name: Set git username/email
|
||||||
|
run: |
|
||||||
|
git config --global user.name "comfyui"
|
||||||
|
git config --global user.email "comfy@ui"
|
||||||
- name: Checkout ComfyUI
|
- name: Checkout ComfyUI
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@@ -29,8 +34,8 @@ jobs:
|
|||||||
pip install wait-for-it
|
pip install wait-for-it
|
||||||
- name: Start ComfyUI server
|
- name: Start ComfyUI server
|
||||||
run: |
|
run: |
|
||||||
cd ComfyUI
|
|
||||||
python main.py --cpu
|
python main.py --cpu
|
||||||
|
working-directory: ComfyUI
|
||||||
- name: Run UI tests
|
- name: Run UI tests
|
||||||
run: |
|
run: |
|
||||||
wait-for-it --service 127.0.0.1:8188 -t 600
|
wait-for-it --service 127.0.0.1:8188 -t 600
|
||||||
|
|||||||
Reference in New Issue
Block a user