Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Jun 18, 2024
1 parent d7bf368 commit dd81f49
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,10 @@ jobs:
run: |
python main.py --cpu &
working-directory: ComfyUI
- name: Build Front-End
run: |
npm ci
npm run build
working-directory: ComfyUI_frontend
- name: Run UI tests
run: |
wait-for-it --service 127.0.0.1:8188 -t 600
npm ci
npm run test:generate
npm test -- --verbose
working-directory: ComfyUI_frontend/tests-ui
working-directory: ComfyUI_frontend

0 comments on commit dd81f49

Please sign in to comment.