Skip to content

Commit

Permalink
Replace xcpretty with xcbeautify (#1609)
Browse files Browse the repository at this point in the history
  • Loading branch information
pereBohigas committed Feb 28, 2024
1 parent 1defe1a commit f76bd92
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- name: Dependencies
run: |
bundle install
brew bundle
- name: Test
run: |
set -o pipefail && xcodebuild -workspace Amethyst.xcworkspace -scheme Amethyst clean test | bundle exec xcpretty
set -o pipefail && xcodebuild -workspace Amethyst.xcworkspace -scheme Amethyst clean test | xcbeautify
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ crashlytics_app_key
Carthage
AMKeys.h
fastlane/report.xml
*profraw
*profraw

# Homebrew
Brewfile.lock.json

5 changes: 5 additions & 0 deletions Brewfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# run 'brew bundle' to install all listed packages

# Build tools
brew "xcbeautify" # Little beautifier tool for xcodebuild

2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source "https://rubygems.org"

gem 'fastlane'
gem 'xcpretty'

1 change: 0 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ PLATFORMS

DEPENDENCIES
fastlane
xcpretty

BUNDLED WITH
2.2.33

0 comments on commit f76bd92

Please sign in to comment.