Skip to content

Commit

Permalink
Drop xcpretty since it has hid some thing when things fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed Sep 26, 2024
1 parent 1e895b3 commit b4abc64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/service_generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 1 addition & 3 deletions .github/workflows/swiftpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,8 @@ jobs:
;;
esac
set -o pipefail
xcodebuild \
-scheme GoogleAPIClientForREST-Package \
-configuration ${{ matrix.CONFIGURATION }} \
-destination "${DESTINATION}" \
build test \
| xcpretty
build test

0 comments on commit b4abc64

Please sign in to comment.