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 e6f5fc5 commit e804fb9Copy full SHA for e804fb9
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: AudioKit/ci/.github/workflows/swift_test.yml@main
14
with:
15
scheme: AudioKitEX
16
- platforms: iOS macOS
+ platforms: iOS macOS tvOS
17
swift-versions: 5.5 5.6
18
19
# Send notification to Discord on failure.
@@ -22,4 +22,4 @@ jobs:
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
+ secrets: inherit
0 commit comments