Skip to content

Commit 0b5a3f9

Browse files
author
Siddharth Gupta
committed
Add xcpretty
1 parent 3eecbb1 commit 0b5a3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
run: cmp --silent UI.podspec ../../../.github/test_podspecs/UI.podspec
4444
- name: Build Project
4545
working-directory: ./PodMergeExample
46-
run: xcodebuild -workspace PodMergeExample.xcworkspace -scheme PodMergeExample -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 11 Pro,OS=13.3"
46+
run: xcodebuild -workspace PodMergeExample.xcworkspace -scheme PodMergeExample -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 11 Pro,OS=13.3" | xcpretty
4747

0 commit comments

Comments
 (0)