Skip to content

Commit 6f3403f

Browse files
authored
Fix format issue (#813)
1 parent d8726b9 commit 6f3403f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.circleci/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,13 @@ jobs:
134134
name: Build and run tests
135135
working_directory: ios
136136
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
144144
no_output_timeout: 30m
145145
- run:
146146
name: Convert xcresult into JSON report

0 commit comments

Comments
 (0)