Skip to content

Commit

Permalink
Needing build
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea committed Nov 7, 2024
1 parent 2cab213 commit db1f300
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/base_ut.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
description: The test plan to run
required: true
type: string
destination:
required: true
type: string

jobs:
test:
Expand All @@ -30,7 +33,7 @@ jobs:
build-settings: ONLY_ACTIVE_ARCH=NO
configuration: Debug
derived-data-path: "${{github.workspace}}/SplitApp"
destination: 'platform=iOS Simulator,OS=17.2,name=iPhone 15'
destination: ${{ inputs.destination }}
project: Split.xcodeproj
scheme: Split
sdk: 'iphonesimulator'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- SDKS-8989
pull_request:
branches:
- master
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/test_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@ 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: [
Expand Down

0 comments on commit db1f300

Please sign in to comment.