Skip to content

Commit

Permalink
Simplify CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wtholliday committed Apr 21, 2024
1 parent ed84c6a commit 5477516
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ on:
jobs:
swift_test:
name: Test
uses: AudioKit/ci/.github/workflows/swift_test.yml@main
with:
scheme: Tonic
platforms: iOS macOS tvOS watchOS Linux
swift-versions: 5.6
runs-on: macos-latest
uses: actions/checkout@v4
run: swift test

build_demo:
name: Build ${{ matrix.scheme }} (Xcode ${{ matrix.xcode_version }})
Expand Down

0 comments on commit 5477516

Please sign in to comment.