ci: add environment variable for webhook in E2E test workflow

This commit is contained in:
Carlos Santos 2025-05-14 13:59:54 +02:00
parent e57f3484c8
commit 233ec74871

View File

@ -38,6 +38,8 @@ jobs:
cd backend
npm install
npm run start:prod > ../backend.log 2>&1 &
env:
MEET_WEBHOOK_ENABLED: true
- name: Wait for OpenVidu Meet to Start
run: wait-on --timeout 30000 http://localhost:6080/meet/health
- name: Start testapp