Skip to content

Commit e8bef8d

Browse files
authored
Update ios.yml
1 parent 95cc517 commit e8bef8d

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/ios.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,15 @@ on:
88

99
jobs:
1010
build:
11-
name: Build and Test default scheme using any available iPhone simulator
11+
name: Build and Test SDKHostAppTests scheme using any available iPhone simulator
1212
runs-on: macos-latest
1313

1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v2
17-
- name: Set Default Scheme
18-
run: |
19-
scheme_list=$(xcodebuild -list -json | tr -d "\n")
20-
default=$(echo $scheme_list | ruby -e "require 'json'; puts JSON.parse(STDIN.gets)['project']['targets'][0]")
21-
echo $default | cat >default
22-
echo Using default scheme: $default
2317
- name: Build
2418
env:
25-
scheme: ${{ 'default' }}
19+
scheme: ${{ 'SDKHostAppTests' }}
2620
platform: ${{ 'iOS Simulator' }}
2721
run: |
2822
# xcrun xctrace returns via stderr, not the expected stdout (see https://developer.apple.com/forums/thread/663959)

0 commit comments

Comments
 (0)