Fix working dir issue

This commit is contained in:
huchenlei
2024-06-13 20:31:54 -04:00
parent 18e5b48b64
commit 200c2e0a1e

View File

@@ -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