Skip to content

Commit

Permalink
Simplify CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Apr 24, 2024
1 parent 22f25ea commit cb1a127
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/tests.yml
Expand Up @@ -10,11 +10,12 @@ on:
jobs:
swift_test:
name: Test
uses: AudioKit/ci/.github/workflows/swift_test.yml@main
with:
scheme: AudioKitEX
platforms: iOS macOS tvOS
swift-versions: 5.9
runs-on: macos-latest
steps:
- name: Check out AudioKitEX
uses: actions/checkout@v4
- name: Test AudioKitEX
run: swift test -c release

# Send notification to Discord on failure.
send_notification:
Expand Down

0 comments on commit cb1a127

Please sign in to comment.