Merge branch 'master' into WIFI-4663

This commit is contained in:
Shivam Thakur
2021-10-09 00:35:42 +05:30
committed by GitHub

View File

@@ -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 || '' }}"