Skip to content

Commit

Permalink
Use npm ci for ci instead of npm install in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Oct 21, 2023
1 parent 5818ca8 commit 25e3e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 25e3e5a

Please sign in to comment.