ci: remove redundant yarn setup and checkout steps in backend integration tests
This commit is contained in:
parent
a913df4a04
commit
3e9fa424f8
26
.github/workflows/backend-integration-test.yaml
vendored
26
.github/workflows/backend-integration-test.yaml
vendored
@ -10,8 +10,6 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
- name: Setup yarn # Needed for the redlock package
|
|
||||||
run: npm install -g yarn
|
|
||||||
- name: Install wait-on
|
- name: Install wait-on
|
||||||
run: npm install -g wait-on
|
run: npm install -g wait-on
|
||||||
- name: Install LK CLI
|
- name: Install LK CLI
|
||||||
@ -48,14 +46,10 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
- name: Setup yarn # Needed for the redlock package
|
|
||||||
run: npm install -g yarn
|
|
||||||
- name: Install wait-on
|
- name: Install wait-on
|
||||||
run: npm install -g wait-on
|
run: npm install -g wait-on
|
||||||
- name: Install LK CLI
|
- name: Install LK CLI
|
||||||
run: curl -sSL https://get.livekit.io/cli | bash
|
run: curl -sSL https://get.livekit.io/cli | bash
|
||||||
- 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
|
||||||
@ -85,14 +79,10 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
- name: Setup yarn # Needed for the redlock package
|
|
||||||
run: npm install -g yarn
|
|
||||||
- name: Install wait-on
|
- name: Install wait-on
|
||||||
run: npm install -g wait-on
|
run: npm install -g wait-on
|
||||||
- name: Install LK CLI
|
- name: Install LK CLI
|
||||||
run: curl -sSL https://get.livekit.io/cli | bash
|
run: curl -sSL https://get.livekit.io/cli | bash
|
||||||
- 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
|
||||||
@ -122,14 +112,10 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
- name: Setup yarn # Needed for the redlock package
|
|
||||||
run: npm install -g yarn
|
|
||||||
- name: Install wait-on
|
- name: Install wait-on
|
||||||
run: npm install -g wait-on
|
run: npm install -g wait-on
|
||||||
- name: Install LK CLI
|
- name: Install LK CLI
|
||||||
run: curl -sSL https://get.livekit.io/cli | bash
|
run: curl -sSL https://get.livekit.io/cli | bash
|
||||||
- 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
|
||||||
@ -159,14 +145,10 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
- name: Setup yarn # Needed for the redlock package
|
|
||||||
run: npm install -g yarn
|
|
||||||
- name: Install wait-on
|
- name: Install wait-on
|
||||||
run: npm install -g wait-on
|
run: npm install -g wait-on
|
||||||
- name: Install LK CLI
|
- name: Install LK CLI
|
||||||
run: curl -sSL https://get.livekit.io/cli | bash
|
run: curl -sSL https://get.livekit.io/cli | bash
|
||||||
- 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
|
||||||
@ -196,14 +178,10 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
- name: Setup yarn # Needed for the redlock package
|
|
||||||
run: npm install -g yarn
|
|
||||||
- name: Install wait-on
|
- name: Install wait-on
|
||||||
run: npm install -g wait-on
|
run: npm install -g wait-on
|
||||||
- name: Install LK CLI
|
- name: Install LK CLI
|
||||||
run: curl -sSL https://get.livekit.io/cli | bash
|
run: curl -sSL https://get.livekit.io/cli | bash
|
||||||
- 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
|
||||||
@ -233,14 +211,10 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
- name: Setup yarn # Needed for the redlock package
|
|
||||||
run: npm install -g yarn
|
|
||||||
- name: Install wait-on
|
- name: Install wait-on
|
||||||
run: npm install -g wait-on
|
run: npm install -g wait-on
|
||||||
- name: Install LK CLI
|
- name: Install LK CLI
|
||||||
run: curl -sSL https://get.livekit.io/cli | bash
|
run: curl -sSL https://get.livekit.io/cli | bash
|
||||||
- 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
|
||||||
|
|||||||
2
.github/workflows/backend-unit-test.yaml
vendored
2
.github/workflows/backend-unit-test.yaml
vendored
@ -12,8 +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 Meet
|
- name: Setup OpenVidu Meet
|
||||||
uses: ./.github/actions/setup-openvidu-meet
|
uses: ./.github/actions/setup-openvidu-meet
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user