install dependencies before running ci

This commit is contained in:
Eduardo Quiros 2022-08-03 22:45:42 -06:00
parent cbe1361f59
commit c51086ad7c
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
1 changed files with 2 additions and 1 deletions

View File

@ -46,5 +46,6 @@ jobs:
- name: Test
run: |
cd ./web-ui/web-react/
npm install
npm ci
npm run build --if-present
npm run build --if-present