Skip to content

Commit

Permalink
Add cred
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Jun 14, 2024
1 parent 2f845b6 commit 102c679
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ jobs:
test:
runs-on: ubuntu-latest
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
uses: actions/checkout@v4
with:
Expand All @@ -29,8 +34,8 @@ jobs:
pip install wait-for-it
- name: Start ComfyUI server
run: |
cd ComfyUI
python main.py --cpu
working-directory: ComfyUI
- name: Run UI tests
run: |
wait-for-it --service 127.0.0.1:8188 -t 600
Expand Down

0 comments on commit 102c679

Please sign in to comment.