mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-10 21:42:37 +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:
|
||||
node-version: 18
|
||||
- name: Run Tests
|
||||
run: npm test
|
||||
run: |
|
||||
npm install
|
||||
npm test
|
||||
working-directory: ./tests-ui
|
||||
|
||||
Loading…
Reference in New Issue
Block a user