Skip to content

Commit 0ca2ca5

Browse files
committed
[MOB-10364] Update according to new discussiom
1 parent e58ca3d commit 0ca2ca5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
gem install erb
1919
gem install xcpretty
2020
21+
- name: List Available Simulators
22+
run: xcrun simctl list
23+
2124
- name: Build and test
2225
run: |
2326
xcodebuild test -project swift-sdk.xcodeproj -scheme swift-sdk -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 16 Pro' -enableCodeCoverage YES CODE_SIGNING_REQUIRED=NO | xcpretty && exit ${PIPESTATUS[0]}

.github/workflows/e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
with:
1414
xcode-version: latest-stable
1515

16+
- name: List Available Simulators
17+
run: xcrun simctl list
18+
1619
- name: Build and test
1720
env:
1821
api_key: ${{secrets.E2E_API_KEY}}

0 commit comments

Comments
 (0)