Skip to content

Commit

Permalink
Update launch command in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yoland68 committed Jul 11, 2024
1 parent 591c5fa commit 5990cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ runs:
if: ${{ inputs.os != 'windows' }}
shell: bash -el {0}
run: |
comfy launch -- --quick-test-for-ci
python3 main.py --quick-test-for-ci
- name: '[Unix] Run ComfyUI'
if: ${{ inputs.os != 'windows' }}
Expand Down

0 comments on commit 5990cc5

Please sign in to comment.