Skip to content

Commit e783e0a

Browse files
committed
use xcpretty
1 parent 21a7291 commit e783e0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sample.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
-sdk iphonesimulator \
4141
-destination 'platform=iOS Simulator,OS=latest,name=iPhone 11 Pro' \
4242
clean build test \
43-
ONLY_ACTIVE_ARCH=YES
43+
ONLY_ACTIVE_ARCH=YES | xcpretty
4444
4545
objc:
4646
name: ObjC build
@@ -68,4 +68,4 @@ jobs:
6868
-sdk iphonesimulator \
6969
-destination 'platform=iOS Simulator,OS=latest,name=iPhone 11 Pro' \
7070
clean build \
71-
ONLY_ACTIVE_ARCH=YES
71+
ONLY_ACTIVE_ARCH=YES | xcpretty

0 commit comments

Comments
 (0)