ci: update OpenVidu local deployment action in E2E test workflow

This commit is contained in:
Carlos Santos 2025-05-26 18:41:53 +02:00
parent 2168279baf
commit 5fab376e15

View File

@ -13,7 +13,7 @@ jobs:
- name: Install wait-on - name: Install wait-on
run: npm install -g wait-on run: npm install -g wait-on
- name: Setup OpenVidu Local Deployment - name: Setup OpenVidu Local Deployment
uses: ./.github/actions/setup-local-deployment uses: OpenVidu/actions/start-openvidu-local-deployment@main
- name: Setup OpenVidu Meet - name: Setup OpenVidu Meet
shell: bash shell: bash
run: | run: |