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
|
pip install -r requirements.txt
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm ci
|
||||||
npm run test:generate
|
npm run test:generate
|
||||||
npm test
|
npm test
|
||||||
working-directory: ./tests-ui
|
working-directory: ./tests-ui
|
||||||
|
|
Loading…
Reference in New Issue