Skip to content

Commit 1d0ebfe

Browse files
committed
Use xcpretty
1 parent 49882ae commit 1d0ebfe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ jobs:
4646
set -o pipefail && env NSUnbufferedIO=YES xcodebuild \
4747
-project PusherSwift.xcodeproj \
4848
-scheme PusherSwift \
49-
build
50-
49+
build \
50+
| xcpretty --color
51+
5152
publish-cocoapods:
5253
runs-on: ubuntu-latest
5354
needs: build

0 commit comments

Comments
 (0)