From 18fd65350c51f92d4d9abc9c3b65dbc1b27a93c1 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Thu, 29 May 2025 14:43:41 +0200 Subject: [PATCH] openvidu-integration-tests: update start-openvidu-local-deployment action --- .github/workflows/openvidu-integration-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/openvidu-integration-tests.yml b/.github/workflows/openvidu-integration-tests.yml index 05ba949d..02af2d85 100644 --- a/.github/workflows/openvidu-integration-tests.yml +++ b/.github/workflows/openvidu-integration-tests.yml @@ -17,11 +17,10 @@ jobs: - name: Configure OpenVidu Local Deployment uses: OpenVidu/actions/start-openvidu-local-deployment@main with: - branch: development + ref-openvidu-local-deployment: development pre_startup_commands: | sed -i 's/interval: 10s/interval: 1s/' livekit.yaml sed -i '/interval: 1s/a \ fixer_interval: 10s' livekit.yaml - docker compose pull - name: Install LiveKit CLI run: | curl -sSL https://get.livekit.io/cli | bash