backend: ensure OpenVidu Meet setup skips backend start in unit tests
This commit is contained in:
parent
28adbd2a38
commit
3ca68dae80
2
.github/workflows/backend-unit-test.yaml
vendored
2
.github/workflows/backend-unit-test.yaml
vendored
@ -15,6 +15,8 @@ jobs:
|
||||
node-version: '22.13'
|
||||
- name: Setup OpenVidu Meet
|
||||
uses: OpenVidu/actions/start-openvidu-meet@main
|
||||
with:
|
||||
skip_backend_start: 'true'
|
||||
- name: Run tests
|
||||
run: |
|
||||
cd backend
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user