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