Skip to content

Commit cb1a127

Browse files
committed
Simplify CI
1 parent 22f25ea commit cb1a127

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ on:
1010
jobs:
1111
swift_test:
1212
name: Test
13-
uses: AudioKit/ci/.github/workflows/swift_test.yml@main
14-
with:
15-
scheme: AudioKitEX
16-
platforms: iOS macOS tvOS
17-
swift-versions: 5.9
13+
runs-on: macos-latest
14+
steps:
15+
- name: Check out AudioKitEX
16+
uses: actions/checkout@v4
17+
- name: Test AudioKitEX
18+
run: swift test -c release
1819

1920
# Send notification to Discord on failure.
2021
send_notification:

0 commit comments

Comments
 (0)