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
|
- name: Setup yarn # Needed for the redlock package
|
||||||
shell: bash
|
shell: bash
|
||||||
run: npm install -g yarn
|
run: npm install -g yarn
|
||||||
|
- name: Checkout OpenVidu Meet
|
||||||
|
uses: actions/checkout@v4
|
||||||
- name: Prepare OpenVidu Meet
|
- name: Prepare OpenVidu Meet
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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'
|
node-version: '20'
|
||||||
- name: Install wait-on
|
- name: Install wait-on
|
||||||
run: npm install -g wait-on
|
run: npm install -g wait-on
|
||||||
|
|
||||||
- name: Checkout OpenVidu Meet
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Setup OpenVidu Local Deployment
|
- name: Setup OpenVidu Local Deployment
|
||||||
uses: ./.github/actions/setup-local-deployment
|
uses: ./.github/actions/setup-local-deployment
|
||||||
- name: Setup OpenVidu Meet
|
- name: Setup OpenVidu Meet
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user