Skip to content

Commit

Permalink
ci: Fixed ov-components test workflow running openvidu-call-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Jul 24, 2024
1 parent 110cbc1 commit 17319c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/openvidu-components-angular-E2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ jobs:
echo "Waiting for openvidu-local-deployment to be ready..."
sleep 5
done
- name: Run openvidu-call-backend
run: |
git clone --depth 1 https://github.com/OpenVidu/openvidu-call
cd openvidu-call/openvidu-call-backend
npm install
npm run start &
- name: Install dependencies
run: |
cd openvidu-components-angular
Expand Down

0 comments on commit 17319c9

Please sign in to comment.