mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
Fix working dir issue
This commit is contained in:
6
.github/workflows/test-ui.yaml
vendored
6
.github/workflows/test-ui.yaml
vendored
@@ -34,11 +34,15 @@ 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 build
|
||||
npm run test:generate
|
||||
npm test -- --verbose
|
||||
working-directory: ComfyUI_frontend/tests-ui
|
||||
|
||||
Reference in New Issue
Block a user