ci: add environment variable for webhook in E2E test workflow
This commit is contained in:
parent
e57f3484c8
commit
233ec74871
2
.github/workflows/wc-e2e-test.yaml
vendored
2
.github/workflows/wc-e2e-test.yaml
vendored
@ -38,6 +38,8 @@ jobs:
|
|||||||
cd backend
|
cd backend
|
||||||
npm install
|
npm install
|
||||||
npm run start:prod > ../backend.log 2>&1 &
|
npm run start:prod > ../backend.log 2>&1 &
|
||||||
|
env:
|
||||||
|
MEET_WEBHOOK_ENABLED: true
|
||||||
- name: Wait for OpenVidu Meet to Start
|
- name: Wait for OpenVidu Meet to Start
|
||||||
run: wait-on --timeout 30000 http://localhost:6080/meet/health
|
run: wait-on --timeout 30000 http://localhost:6080/meet/health
|
||||||
- name: Start testapp
|
- name: Start testapp
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user