Commit 25e3e5af authored by comfyanonymous's avatar comfyanonymous
Browse files

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

parent 5818ca83
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment