ci: Fixed ov-components test workflow running openvidu-call-backend

pull/839/head
Carlos Santos 2024-07-24 18:19:57 +02:00 committed by Unknown
parent 110cbc130f
commit 3f1334b65d
1 changed files with 6 additions and 0 deletions

View File

@ -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-back
npm install
npm run dev:start &
- name: Install dependencies
run: |
cd openvidu-components-angular