From 233ec74871be68831af9384686f8d38a83d8fbbe Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Wed, 14 May 2025 13:59:54 +0200 Subject: [PATCH] ci: add environment variable for webhook in E2E test workflow --- .github/workflows/wc-e2e-test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/wc-e2e-test.yaml b/.github/workflows/wc-e2e-test.yaml index 123609b..5dccbea 100644 --- a/.github/workflows/wc-e2e-test.yaml +++ b/.github/workflows/wc-e2e-test.yaml @@ -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