openvidu-integration-tests: update start-openvidu-local-deployment action

master
pabloFuente 2025-05-29 14:43:41 +02:00
parent 1551bf8244
commit 18fd65350c
1 changed files with 1 additions and 2 deletions

View File

@ -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