mirror of https://github.com/OpenVidu/openvidu.git
ci: uses OpenVidu local deployment action in integration tests
parent
7348402364
commit
1b5a230132
|
@ -14,21 +14,14 @@ jobs:
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout OpenVidu Local Deployment
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
repository: OpenVidu/openvidu-local-deployment
|
|
||||||
ref: development
|
|
||||||
path: openvidu-local-deployment
|
|
||||||
|
|
||||||
- name: Configure OpenVidu Local Deployment
|
- name: Configure OpenVidu Local Deployment
|
||||||
working-directory: ./openvidu-local-deployment/community
|
uses: OpenVidu/actions/start-openvidu-local-deployment@main
|
||||||
run: |
|
with:
|
||||||
./configure_lan_private_ip_linux.sh
|
branch: development
|
||||||
sed -i 's/interval: 10s/interval: 1s/' livekit.yaml
|
pre_startup_commands: |
|
||||||
sed -i '/interval: 1s/a \ fixer_interval: 10s' livekit.yaml
|
sed -i 's/interval: 10s/interval: 1s/' livekit.yaml
|
||||||
docker compose pull
|
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