File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -134,13 +134,13 @@ jobs:
134
134
name : Build and run tests
135
135
working_directory : ios
136
136
command : |
137
- xcodebuild -allowProvisioningUpdates \
138
- -workspace InstabugSample.xcworkspace \
139
- -scheme InstabugSample \
140
- -resultBundlePath coverage/result.xcresult \
141
- -sdk iphonesimulator \
142
- -destination 'platform=iOS Simulator,name=iPhone 13 Pro Max,OS=15.5' \
143
- test | xcpretty
137
+ xcodebuild -allowProvisioningUpdates \
138
+ -workspace InstabugSample.xcworkspace \
139
+ -scheme InstabugSample \
140
+ -resultBundlePath coverage/result.xcresult \
141
+ -sdk iphonesimulator \
142
+ -destination 'platform=iOS Simulator,name=iPhone 13 Pro Max,OS=15.5' \
143
+ test | xcpretty
144
144
no_output_timeout : 30m
145
145
- run :
146
146
name : Convert xcresult into JSON report
You can’t perform that action at this time.
0 commit comments