Skip to content

Commit 7fe1145

Browse files
committed
openvidu-components: Build openvidu-browser in CI job
1 parent 185ea7a commit 7fe1145

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/openvidu-components-angular-E2E.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ jobs:
2323
run: docker run -d --shm-size="2g" --network host selenium/standalone-chrome:latest
2424
- name: Run openvidu-server-kms
2525
run: docker run -p 4443:4443 --rm -d -e OPENVIDU_SECRET=MY_SECRET openvidu/openvidu-server-kms:latest
26+
- name: Build openvidu-browser
27+
run: |
28+
cd openvidu-browser
29+
npm install
30+
npm run build && npm pack
31+
mv openvidu-browser-*.tgz ../openvidu-components-angular
32+
- name: Install openvidu-browser
33+
run: |
34+
cd openvidu-components-angular
35+
ls -al
36+
npm install openvidu-browser-*.tgz
2637
- name: Install dependencies
2738
run: npm install --prefix openvidu-components-angular
2839
- name: Build openvidu-angular

0 commit comments

Comments
 (0)