mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-13 21:16:09 +00:00
Use npm ci for ci instead of npm install in tests.
This commit is contained in:
2
.github/workflows/test-ui.yaml
vendored
2
.github/workflows/test-ui.yaml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
pip install -r requirements.txt
|
||||
- name: Run Tests
|
||||
run: |
|
||||
npm install
|
||||
npm ci
|
||||
npm run test:generate
|
||||
npm test
|
||||
working-directory: ./tests-ui
|
||||
|
Reference in New Issue
Block a user