ci: Add yarn setup step and correct Recording API Tests name in integration workflow
This commit is contained in:
parent
1d93328da9
commit
221b19677c
26
.github/workflows/integration-test.yaml
vendored
26
.github/workflows/integration-test.yaml
vendored
@ -49,6 +49,8 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
- name: Setup yarn
|
||||||
|
run: npm install -g yarn
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
./prepare.sh
|
./prepare.sh
|
||||||
@ -57,7 +59,7 @@ jobs:
|
|||||||
npm run test:integration-rooms
|
npm run test:integration-rooms
|
||||||
|
|
||||||
test-recordings:
|
test-recordings:
|
||||||
name: Recording API Tests
|
name: Recordings API Tests
|
||||||
runs-on: ov-actions-runner
|
runs-on: ov-actions-runner
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout OpenVidu Local Deployment
|
- name: Checkout OpenVidu Local Deployment
|
||||||
@ -95,6 +97,8 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
- name: Setup yarn
|
||||||
|
run: npm install -g yarn
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
./prepare.sh
|
./prepare.sh
|
||||||
@ -102,23 +106,3 @@ jobs:
|
|||||||
npm install
|
npm install
|
||||||
npm run test:integration-recordings
|
npm run test:integration-recordings
|
||||||
|
|
||||||
# openvidu_webhook_tests:
|
|
||||||
# name: OpenVidu Webhooks
|
|
||||||
# runs-on: ubuntu-latest
|
|
||||||
# steps:
|
|
||||||
# - uses: actions/checkout@v4
|
|
||||||
# with:
|
|
||||||
# ref: next
|
|
||||||
# path: openvidu-meet
|
|
||||||
|
|
||||||
# - uses: actions/setup-node@v4
|
|
||||||
# with:
|
|
||||||
# node-version: '20'
|
|
||||||
|
|
||||||
# - name: Run openvidu-meet backend
|
|
||||||
# run: |
|
|
||||||
# cd openvidu-meet
|
|
||||||
# ./prepare.sh
|
|
||||||
# cd backend
|
|
||||||
# npm install
|
|
||||||
# npm run test:integration-webhooks
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user