Skip to content

Commit e804fb9

Browse files
authored
Added tvOS tests (#18)
1 parent e6f5fc5 commit e804fb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: AudioKit/ci/.github/workflows/swift_test.yml@main
1414
with:
1515
scheme: AudioKitEX
16-
platforms: iOS macOS
16+
platforms: iOS macOS tvOS
1717
swift-versions: 5.5 5.6
1818

1919
# Send notification to Discord on failure.
@@ -22,4 +22,4 @@ jobs:
2222
uses: AudioKit/ci/.github/workflows/send_notification.yml@main
2323
needs: [swift_test]
2424
if: ${{ failure() && github.ref == 'refs/heads/main' }}
25-
secrets: inherit
25+
secrets: inherit

0 commit comments

Comments
 (0)