ci: Fixed start test app in e2e workflow

pull/839/head
Carlos Santos 2024-07-24 18:07:32 +02:00
parent 5097dc925e
commit 110cbc130f
1 changed files with 1 additions and 1 deletions

View File

@ -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