Skip to content

Commit b29519c

Browse files
authored
Update ios.yml
1 parent e8bef8d commit b29519c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ios.yml

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

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

1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v2
1717
- name: Build
1818
env:
19-
scheme: ${{ 'SDKHostAppTests' }}
19+
scheme: ${{ 'SDKHostApp' }}
2020
platform: ${{ 'iOS Simulator' }}
2121
run: |
2222
# xcrun xctrace returns via stderr, not the expected stdout (see https://developer.apple.com/forums/thread/663959)
@@ -27,7 +27,7 @@ jobs:
2727
xcodebuild build-for-testing -scheme "$scheme" -"$filetype_parameter" "$file_to_build" -destination "platform=$platform,name=$device"
2828
- name: Test
2929
env:
30-
scheme: ${{ 'SDKHostAppTests' }}
30+
scheme: ${{ 'SDKHostApp' }}
3131
platform: ${{ 'iOS Simulator' }}
3232
run: |
3333
# xcrun xctrace returns via stderr, not the expected stdout (see https://developer.apple.com/forums/thread/663959)

0 commit comments

Comments
 (0)