From 8a0ddaa518e7ca3a23e091660563a33679c7a11d Mon Sep 17 00:00:00 2001 From: sushant Date: Fri, 8 Oct 2021 22:15:50 +0530 Subject: [PATCH] - changing interop sanity run to select client_connect testcases only Signed-off-by: Sushant Bawiskar --- .github/workflows/interop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/interop.yml b/.github/workflows/interop.yml index b93c5d758..28cecba84 100644 --- a/.github/workflows/interop.yml +++ b/.github/workflows/interop.yml @@ -97,9 +97,9 @@ jobs: id: marker run: | if [ "${{ matrix.test_type }}" = "android" ]; then - MARKER_EXPRESSION="interop_and and interop_uc_sanity" + MARKER_EXPRESSION="interop_and and interop_uc_sanity and client_connect" else - MARKER_EXPRESSION="interop_ios and interop_uc_sanity" + MARKER_EXPRESSION="interop_ios and interop_uc_sanity and client_connect" fi ADDITIONAL_MARKERS="${{ github.event.inputs.additional_markers || '' }}"