ci: remove setup action for OpenVidu local deployment

master
Carlos Santos 2025-05-23 13:34:51 +02:00
parent 57ea002953
commit e4ed447009
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
name: Setup OpenVidu Local Deployment
description: Checkout and start OpenVidu Local Deployment with Docker Compose
runs:
using: "composite"
steps:
- name: Checkout OpenVidu Local Deployment
uses: actions/checkout@v4
with:
repository: OpenVidu/openvidu-local-deployment
ref: development
path: openvidu-local-deployment
- name: Configure Local Deployment
shell: bash
run: |
cd openvidu-local-deployment/community
./configure_lan_private_ip_linux.sh
docker compose up -d
- name: Wait for OpenVidu Local Deployment to Start
shell: bash
run: wait-on --timeout 60000 http://localhost:7880