Skip to content

Commit beb36f0

Browse files
committed
[MOB-10364] Update according to new discussiom
1 parent 9f9cacb commit beb36f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Build and test
2525
run: |
2626
DEVICE_ID=$(xcrun simctl list devices | grep "iPhone 16 Pro" | head -1 | awk -F'[()]' '{print $2}')
27+
xcrun simctl boot "$DEVICE_ID"
2728
xcodebuild test -project swift-sdk.xcodeproj -scheme swift-sdk -sdk iphonesimulator -destination "id=$DEVICE_ID" -enableCodeCoverage YES CODE_SIGNING_REQUIRED=NO | xcpretty && exit ${PIPESTATUS[0]}
2829
2930
- name: CocoaPods lint

0 commit comments

Comments
 (0)