mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-09 13:51:46 +00:00
Merge branch 'master' into WIFI-4663
This commit is contained in:
4
.github/workflows/interop.yml
vendored
4
.github/workflows/interop.yml
vendored
@@ -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 || '' }}"
|
||||
|
||||
Reference in New Issue
Block a user