Skip to content

Commit

Permalink
Merge pull request #12 from cybozu/modify-workflow
Browse files Browse the repository at this point in the history
Modified workflow
  • Loading branch information
Kyome22 authored Jan 4, 2025
2 parents f8fda5c + 5d39fad commit a2eb02f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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]}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ $

## Requirements

- Development with Xcode 16.0+
- Written in Swift 6.0
- Compatible with macOS 14.0+
- Development with Xcode 16.0+

## How to Use

Expand Down

0 comments on commit a2eb02f

Please sign in to comment.