From b3470d7ea098cdb331fa576cd458e1dea5da1071 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Wed, 23 Apr 2025 17:21:43 +0200 Subject: [PATCH] ci: start openvidu meet for receiving the webhooks events --- .github/workflows/integration-test.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 4093b0c..7876a03 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -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/'