Skip to content

Comment out plans for testing #2

Comment out plans for testing

Comment out plans for testing #2

Workflow file for this run

name: Build and Test iOS
on:
push:
branches:
- master
- SDKS-8989
pull_request:
branches:
- master
- development
jobs:
test:
strategy:
matrix:
plan: [
# SplitiOSIntegration,
# SplitiOSIntegration_1,
# SplitiOSStreaming,
# SplitiOSStreaming_1,
# SplitiOSStreaming_2,
# SplitiOSUnit,
# SplitiOSUnit_1,
# SplitiOSUnit_2,
# SplitiOSUnit_3,
# SplitiOSUnit_4,
SemVer,
# SplitPushManagerUT,
# SplitStreamingUT
]
uses: ./.github/workflows/base_ut.yaml
with:
test-plan: ${{ matrix.plan }}