Use npm ci for ci instead of npm install in tests.
This commit is contained in:
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…
Reference in New Issue