We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f862f6a commit 3e666dbCopy full SHA for 3e666db
.github/workflows/tests.yml
@@ -14,4 +14,12 @@ jobs:
14
with:
15
scheme: SoundpipeAudioKit
16
platforms: iOS macOS
17
- swift-versions: 5.5 5.6
+ swift-versions: 5.5 5.6
18
+
19
+ # Send notification to Discord on failure.
20
+ send_notification:
21
+ name: Send Notification
22
+ uses: AudioKit/ci/.github/workflows/send_notification.yml@main
23
+ needs: [swift_test]
24
+ if: ${{ failure() && github.ref == 'refs/heads/main' }}
25
+ secrets: inherit
0 commit comments