From b4abc64bcda00a70f4c3a902123feb3b415233d8 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Thu, 26 Sep 2024 10:54:10 -0700 Subject: [PATCH] Drop `xcpretty` since it has hid some thing when things fail. --- .github/workflows/service_generator.yml | 4 +--- .github/workflows/swiftpm.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/service_generator.yml b/.github/workflows/service_generator.yml index f9e5689a6..033d62ee4 100644 --- a/.github/workflows/service_generator.yml +++ b/.github/workflows/service_generator.yml @@ -54,10 +54,8 @@ jobs: run: | set -eu cd Tools - set -o pipefail xcodebuild \ -scheme GTLR_ServiceGenerator \ -configuration ${{ matrix.CONFIGURATION }} \ -destination "platform=macOS" \ - build \ - | xcpretty + build diff --git a/.github/workflows/swiftpm.yml b/.github/workflows/swiftpm.yml index 04261f9f2..35c8a31dc 100644 --- a/.github/workflows/swiftpm.yml +++ b/.github/workflows/swiftpm.yml @@ -70,10 +70,8 @@ jobs: ;; esac - set -o pipefail xcodebuild \ -scheme GoogleAPIClientForREST-Package \ -configuration ${{ matrix.CONFIGURATION }} \ -destination "${DESTINATION}" \ - build test \ - | xcpretty + build test