ci: reorganize OpenVidu Meet setup by moving checkout step to action.yml

This commit is contained in:
Carlos Santos 2025-05-22 16:03:15 +02:00
parent eda5549234
commit a913df4a04
2 changed files with 2 additions and 3 deletions

View File

@ -6,6 +6,8 @@ runs:
- name: Setup yarn # Needed for the redlock package
shell: bash
run: npm install -g yarn
- name: Checkout OpenVidu Meet
uses: actions/checkout@v4
- name: Prepare OpenVidu Meet
shell: bash
run: |

View File

@ -12,9 +12,6 @@ jobs:
node-version: '20'
- name: Install wait-on
run: npm install -g wait-on
- name: Checkout OpenVidu Meet
uses: actions/checkout@v4
- name: Setup OpenVidu Local Deployment
uses: ./.github/actions/setup-local-deployment
- name: Setup OpenVidu Meet