Skip to content

Commit

Permalink
Remove xcbeautify.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidewoode committed Nov 28, 2023
1 parent c7a0b4e commit 8e9bd9d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install xcbeautify
run: brew install xcbeautify
- name: Setup
run: ./Scripts/setup.sh
env:
APP_IDENTIFIER: org.blackcandy
- name: Test and Lint
run: |
swiftlint
set -o pipefail && xcodebuild test -scheme "BlackCandy" -destination platform="iOS Simulator,name=iPhone 15 Pro Max,OS=17.0.1" | xcbeautify --renderer github-actions
xcodebuild test -scheme "BlackCandy" -destination platform="iOS Simulator,name=iPhone 15 Pro Max,OS=17.0.1"

0 comments on commit 8e9bd9d

Please sign in to comment.