Skip to content

Commit

Permalink
add xcpretty
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgangso committed Apr 11, 2024
1 parent 5f5e34c commit f188560
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
xcrun simctl runtime list
xcrun simctl create "Apple TV" "Apple TV"
xcrun simctl boot "Apple TV"
xcrun xcodebuild test \
gem install xcpretty
set -o pipefail && xcrun xcodebuild test | xcpretty \
-workspace "BCC Media.xcworkspace" \
-scheme uitests \
-destination 'platform=tvOS Simulator,name=Apple TV,OS=16.1' \
Expand Down

0 comments on commit f188560

Please sign in to comment.