Skip to content

Commit

Permalink
avoid execute swift test
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Oct 4, 2023
1 parent 8ca9c14 commit 6b80422
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6b80422

Please sign in to comment.