From 45e067894ba4b4c4f9543d5be7d88d8e8d58496e Mon Sep 17 00:00:00 2001 From: "Takuto NAKAMURA (Kyome)" Date: Wed, 6 Nov 2024 23:15:17 +0900 Subject: [PATCH] =?UTF-8?q?xcresulttool=E3=81=AF=E4=B8=80=E6=97=A6?= =?UTF-8?q?=E4=BD=BF=E3=82=8F=E3=81=AA=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Xcode 16で動かない --- .github/workflows/test.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 79c2868..345f2c7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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