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
|
- name: Install LK CLI
|
||||||
run: |
|
run: |
|
||||||
curl -sSL https://get.livekit.io/cli | bash
|
curl -sSL https://get.livekit.io/cli | bash
|
||||||
- name: Run tests
|
- name: Setup OpenVidu Meet
|
||||||
run: |
|
run: |
|
||||||
./prepare.sh
|
./prepare.sh
|
||||||
cd backend
|
cd backend
|
||||||
npm install
|
npm install
|
||||||
|
npm run start:prod &
|
||||||
|
- name: Run tests
|
||||||
|
run: |
|
||||||
|
cd backend
|
||||||
npm run test:integration-rooms
|
npm run test:integration-rooms
|
||||||
env:
|
env:
|
||||||
JEST_JUNIT_OUTPUT_DIR: './reports/'
|
JEST_JUNIT_OUTPUT_DIR: './reports/'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user