mirror of https://github.com/OpenVidu/openvidu.git
openvidu-integration-tests: update start-openvidu-local-deployment action
parent
1551bf8244
commit
18fd65350c
|
@ -17,11 +17,10 @@ jobs:
|
||||||
- name: Configure OpenVidu Local Deployment
|
- name: Configure OpenVidu Local Deployment
|
||||||
uses: OpenVidu/actions/start-openvidu-local-deployment@main
|
uses: OpenVidu/actions/start-openvidu-local-deployment@main
|
||||||
with:
|
with:
|
||||||
branch: development
|
ref-openvidu-local-deployment: development
|
||||||
pre_startup_commands: |
|
pre_startup_commands: |
|
||||||
sed -i 's/interval: 10s/interval: 1s/' livekit.yaml
|
sed -i 's/interval: 10s/interval: 1s/' livekit.yaml
|
||||||
sed -i '/interval: 1s/a \ fixer_interval: 10s' livekit.yaml
|
sed -i '/interval: 1s/a \ fixer_interval: 10s' livekit.yaml
|
||||||
docker compose pull
|
|
||||||
- name: Install LiveKit CLI
|
- name: Install LiveKit CLI
|
||||||
run: |
|
run: |
|
||||||
curl -sSL https://get.livekit.io/cli | bash
|
curl -sSL https://get.livekit.io/cli | bash
|
||||||
|
|
Loading…
Reference in New Issue