ci: start openvidu meet for receiving the webhooks events
This commit is contained in:
parent
3eb3b203b2
commit
b3470d7ea0
6
.github/workflows/integration-test.yaml
vendored
6
.github/workflows/integration-test.yaml
vendored
@ -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/'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user