Skip to content

Commit

Permalink
ci: Fixed start test app in e2e workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Jul 24, 2024
1 parent 5097dc9 commit 110cbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-components-angular-E2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 110cbc1

Please sign in to comment.