We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9cacb commit beb36f0Copy full SHA for beb36f0
.github/workflows/build-and-test.yml
@@ -24,6 +24,7 @@ jobs:
24
- name: Build and test
25
run: |
26
DEVICE_ID=$(xcrun simctl list devices | grep "iPhone 16 Pro" | head -1 | awk -F'[()]' '{print $2}')
27
+ xcrun simctl boot "$DEVICE_ID"
28
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]}
29
30
- name: CocoaPods lint
0 commit comments