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.
xcpretty
1 parent 1e895b3 commit b4abc64Copy full SHA for b4abc64
.github/workflows/service_generator.yml
@@ -54,10 +54,8 @@ jobs:
54
run: |
55
set -eu
56
cd Tools
57
- set -o pipefail
58
xcodebuild \
59
-scheme GTLR_ServiceGenerator \
60
-configuration ${{ matrix.CONFIGURATION }} \
61
-destination "platform=macOS" \
62
- build \
63
- | xcpretty
+ build
.github/workflows/swiftpm.yml
@@ -70,10 +70,8 @@ jobs:
70
;;
71
esac
72
73
74
75
-scheme GoogleAPIClientForREST-Package \
76
77
-destination "${DESTINATION}" \
78
- build test \
79
+ build test
0 commit comments