Skip to content

Remove duplicated tests in test plans #10

Remove duplicated tests in test plans

Remove duplicated tests in test plans #10

Workflow file for this run

name: Build and Test iOS
on:
push:
branches:
- master
- SDKS-8989
pull_request:
branches:
- master
- development
jobs:
build:
uses: ./.github/workflows/base_build.yaml
with:
destination: 'platform=iOS Simulator,OS=17.2,name=iPhone 15'
scheme: Split
test:
needs: build
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 }}
destination: 'platform=iOS Simulator,OS=17.2,name=iPhone 15'