Browse Source

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

pull/1814/head
comfyanonymous 1 year ago
parent
commit
25e3e5af68
  1. 2
      .github/workflows/test-ui.yaml

2
.github/workflows/test-ui.yaml

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