Skip to content

Commit 3e666db

Browse files
committed
Add notification job
1 parent f862f6a commit 3e666db

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,12 @@ jobs:
1414
with:
1515
scheme: SoundpipeAudioKit
1616
platforms: iOS macOS
17-
swift-versions: 5.5 5.6
17+
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

Comments
 (0)