Skip to content

Commit

Permalink
Simplify tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Apr 24, 2024
1 parent e2f8693 commit f12b611
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@ on:
jobs:
swift_test:
name: Test
uses: AudioKit/ci/.github/workflows/swift_test.yml@main
with:
scheme: DunneAudioKit
platforms: iOS macOS tvOS
swift-versions: 5.5 5.6
runs-on: macos-latest
steps:
- name: Check out DunneAudioKit
uses: actions/checkout@v4
- name: Test DunneAudioKit
run: swift test -c release

# Send notification to Discord on failure.
send_notification:
name: Send Notification
uses: AudioKit/ci/.github/workflows/send_notification.yml@main
needs: [swift_test]
needs: [swift_test, build_demo]
if: ${{ failure() && github.ref == 'refs/heads/main' }}
secrets: inherit

0 comments on commit f12b611

Please sign in to comment.