ci: reorganize OpenVidu Meet setup by moving checkout step to action.yml
This commit is contained in:
parent
eda5549234
commit
a913df4a04
@ -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: |
|
||||
|
||||
3
.github/workflows/wc-e2e-test.yaml
vendored
3
.github/workflows/wc-e2e-test.yaml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user