Skip to content

Commit 5477516

Browse files
committed
Simplify CI
1 parent ed84c6a commit 5477516

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/tests.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ on:
1010
jobs:
1111
swift_test:
1212
name: Test
13-
uses: AudioKit/ci/.github/workflows/swift_test.yml@main
14-
with:
15-
scheme: Tonic
16-
platforms: iOS macOS tvOS watchOS Linux
17-
swift-versions: 5.6
13+
runs-on: macos-latest
14+
uses: actions/checkout@v4
15+
run: swift test
1816

1917
build_demo:
2018
name: Build ${{ matrix.scheme }} (Xcode ${{ matrix.xcode_version }})

0 commit comments

Comments
 (0)