Skip to content

Commit

Permalink
xcresulttoolは一旦使わない
Browse files Browse the repository at this point in the history
Xcode 16で動かない
  • Loading branch information
Kyome22 committed Nov 6, 2024
1 parent dcd1bf4 commit 45e0678
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,8 @@ jobs:
- name: Run Test
working-directory: ShiftWindowPackages
run: |
xcodebuild -scheme ShiftWindowPackages-Package test \
xcodebuild test \
-scheme ShiftWindowPackages-Package \
-destination "platform=macOS,arch=arm64" \
-resultBundlePath TestResults/result_bundle |\
-resultBundlePath TestResults |\
xcpretty -c && exit ${PIPESTATUS[0]}
- name: Archive test results
if: success() || failure()
uses: kishikawakatsumi/xcresulttool@v1
with:
path: ShiftWindowPackages/TestResults/result_bundle.xcresult
show-passed-tests: false

0 comments on commit 45e0678

Please sign in to comment.