Skip to content

Commit b4abc64

Browse files
committed
Drop xcpretty since it has hid some thing when things fail.
1 parent 1e895b3 commit b4abc64

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/service_generator.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,8 @@ jobs:
5454
run: |
5555
set -eu
5656
cd Tools
57-
set -o pipefail
5857
xcodebuild \
5958
-scheme GTLR_ServiceGenerator \
6059
-configuration ${{ matrix.CONFIGURATION }} \
6160
-destination "platform=macOS" \
62-
build \
63-
| xcpretty
61+
build

.github/workflows/swiftpm.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,8 @@ jobs:
7070
;;
7171
esac
7272
73-
set -o pipefail
7473
xcodebuild \
7574
-scheme GoogleAPIClientForREST-Package \
7675
-configuration ${{ matrix.CONFIGURATION }} \
7776
-destination "${DESTINATION}" \
78-
build test \
79-
| xcpretty
77+
build test

0 commit comments

Comments
 (0)