From 71c2c926a9a316182e308b260fe2b7068935a55a Mon Sep 17 00:00:00 2001 From: zarazaex69 Date: Sat, 16 May 2026 02:07:00 +0300 Subject: [PATCH] ci: add jitsi to real provider e2e matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6132f5a..59cfb2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: - name: Run real provider e2e matrix run: | go test -count=1 -v ./internal/e2e \ - -olcrtc.real-carriers=telemost,wbstream,jazz \ + -olcrtc.real-carriers=telemost,wbstream,jazz,jitsi \ -run '^TestRealProviderTransportMatrix$' \ -olcrtc.real-e2e