File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 9
9
pull_request :
10
10
branches : [ "main" ]
11
11
12
+ env :
13
+ PACKAGE : MapItemPicker
14
+
12
15
jobs :
13
- iOS :
16
+ ios :
14
17
runs-on : macos-latest
15
18
steps :
16
- - uses : actions/checkout@v3
17
- - name : Build
18
- run : set -o pipefail && env NSUnbufferedIO=YES xcodebuild build-for-testing -scheme MapItemPicker -destination "platform=iOS Simulator,OS=latest,name=iPhone 14" | xcpretty
19
+ - uses : actions/checkout@v4
20
+ - name : Setup Xcode 16
21
+ uses : maxim-lobanov/setup-xcode@v1
22
+ with :
23
+ xcode-version : 16
24
+ - name : Build (iOS)
25
+ run : xcodebuild build -scheme $PACKAGE -sdk iphoneos -destination 'generic/platform=iOS,name=iPhone 15'
26
+ - name : Test (iOS)
27
+ run : xcodebuild test -scheme $PACKAGE -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15'
You can’t perform that action at this time.
0 commit comments