Skip to content

Commit

Permalink
openvidu-components: Build openvidu-browser in CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed May 12, 2022
1 parent 185ea7a commit 7fe1145
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/openvidu-components-angular-E2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ jobs:
run: docker run -d --shm-size="2g" --network host selenium/standalone-chrome:latest
- name: Run openvidu-server-kms
run: docker run -p 4443:4443 --rm -d -e OPENVIDU_SECRET=MY_SECRET openvidu/openvidu-server-kms:latest
- name: Build openvidu-browser
run: |
cd openvidu-browser
npm install
npm run build && npm pack
mv openvidu-browser-*.tgz ../openvidu-components-angular
- name: Install openvidu-browser
run: |
cd openvidu-components-angular
ls -al
npm install openvidu-browser-*.tgz
- name: Install dependencies
run: npm install --prefix openvidu-components-angular
- name: Build openvidu-angular
Expand Down

0 comments on commit 7fe1145

Please sign in to comment.