mirror of https://github.com/OpenVidu/openvidu.git
ci: Fixed start test app in e2e workflow
parent
5097dc925e
commit
110cbc130f
|
@ -81,7 +81,7 @@ jobs:
|
||||||
- name: Build openvidu-components-angular Testapp
|
- name: Build openvidu-components-angular Testapp
|
||||||
run: npm run build --prefix openvidu-components-angular
|
run: npm run build --prefix openvidu-components-angular
|
||||||
- name: Serve openvidu-components-angular Testapp
|
- name: Serve openvidu-components-angular Testapp
|
||||||
run: npm run start-prod --prefix openvidu-components-angular &
|
run: npm run start --prefix openvidu-components-angular &
|
||||||
- name: Wait for openvidu-components-angular Testapp
|
- name: Wait for openvidu-components-angular Testapp
|
||||||
run: |
|
run: |
|
||||||
until curl -s -f -o /dev/null http://localhost:4200; do
|
until curl -s -f -o /dev/null http://localhost:4200; do
|
||||||
|
|
Loading…
Reference in New Issue