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 3eecbb1 commit 0b5a3f9Copy full SHA for 0b5a3f9
.github/workflows/ruby.yml
@@ -43,5 +43,5 @@ jobs:
43
run: cmp --silent UI.podspec ../../../.github/test_podspecs/UI.podspec
44
- name: Build Project
45
working-directory: ./PodMergeExample
46
- run: xcodebuild -workspace PodMergeExample.xcworkspace -scheme PodMergeExample -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 11 Pro,OS=13.3"
+ run: xcodebuild -workspace PodMergeExample.xcworkspace -scheme PodMergeExample -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 11 Pro,OS=13.3" | xcpretty
47
0 commit comments