ci: Fixed start test app in e2e workflow
This commit is contained in:
parent
5097dc925e
commit
110cbc130f
@ -81,7 +81,7 @@ jobs:
|
||||
- name: Build openvidu-components-angular Testapp
|
||||
run: npm run build --prefix openvidu-components-angular
|
||||
- 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
|
||||
run: |
|
||||
until curl -s -f -o /dev/null http://localhost:4200; do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user