install dependencies before running ci
This commit is contained in:
parent
cbe1361f59
commit
c51086ad7c
|
@ -46,5 +46,6 @@ jobs:
|
|||
- name: Test
|
||||
run: |
|
||||
cd ./web-ui/web-react/
|
||||
npm install
|
||||
npm ci
|
||||
npm run build --if-present
|
Loading…
Reference in New Issue