Merge pull request #159 from DeimosPr4/158-issue-arreglar-ci-para-ui-web

install dependencies before running ci
This commit is contained in:
Eduardo Quiros 2022-08-04 04:47:08 +00:00 committed by GitHub
commit fcee589b6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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