From 6b80422effac1fe8e6e7003273aa21b6beec84af Mon Sep 17 00:00:00 2001 From: 417-72KI <417.72ki@gmail.com> Date: Thu, 5 Oct 2023 02:25:56 +0900 Subject: [PATCH] avoid execute `swift test` --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cc50f1..ec6cad9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,11 +53,9 @@ jobs: ${{ runner.os }}- - name: Disable SwiftLint Plugin run: sed -i -e 's/.*SwiftLint.*//g' Package.swift - - name: test via SwiftPM - run: set -o pipefail && swift test - - name: test via xcodebuild + - name: Test run: ./scripts/test.sh - - name: upload test results + - name: Upload test results if: ${{ matrix.xcode_version == fromJson(needs.generate-matrix.outputs.matrix).xcode_version[0] && (success() || failure()) }} uses: actions/upload-artifact@v3 with: