Use npm ci for ci instead of npm install in tests.

main
comfyanonymous 1 year ago
parent 5818ca83a2
commit 25e3e5af68

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

Loading…
Cancel
Save