ci: start openvidu meet for receiving the webhooks events

This commit is contained in:
Carlos Santos 2025-04-23 17:21:43 +02:00
parent 3eb3b203b2
commit b3470d7ea0

View File

@ -47,11 +47,15 @@ jobs:
- name: Install LK CLI
run: |
curl -sSL https://get.livekit.io/cli | bash
- name: Run tests
- name: Setup OpenVidu Meet
run: |
./prepare.sh
cd backend
npm install
npm run start:prod &
- name: Run tests
run: |
cd backend
npm run test:integration-rooms
env:
JEST_JUNIT_OUTPUT_DIR: './reports/'