mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-14 23:42:35 +08:00
accidently removed npm i
This commit is contained in:
parent
beb2a48ee1
commit
c8830e5f87
4
.github/workflows/test-ui.yaml
vendored
4
.github/workflows/test-ui.yaml
vendored
@ -11,5 +11,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: npm test
|
run: |
|
||||||
|
npm install
|
||||||
|
npm test
|
||||||
working-directory: ./tests-ui
|
working-directory: ./tests-ui
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user