Skip to content

Commit

Permalink
Use xcbeautify instead of xcpretty
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyome22 committed Jan 4, 2025
1 parent fd93712 commit 5d39fad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-artifact-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: macos-14
timeout-minutes: 20
env:
DEVELOPER_DIR: "/Applications/Xcode_16.0.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_16.app/Contents/Developer"
ARTIFACT_BUNDLE: "license-checker.artifactbundle"

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Show Xcode Version
run: xcodebuild -version
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: macos-14
timeout-minutes: 20
env:
DEVELOPER_DIR: "/Applications/Xcode_16.0.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_16.app/Contents/Developer"

steps:
- name: Checkout
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Run Test
run: |
xcodebuild test \
-scheme LicenseChecker \
-destination "platform=macOS" \
-resultBundlePath TestsResult | \
xcpretty -c && exit ${PIPESTATUS[0]}
-scheme LicenseChecker \
-destination "platform=macOS" \
-resultBundlePath TestsResult | \
xcbeautify && exit ${PIPESTATUS[0]}

0 comments on commit 5d39fad

Please sign in to comment.