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 22f25ea commit cb1a127Copy full SHA for cb1a127
1 file changed
.github/workflows/tests.yml
@@ -10,11 +10,12 @@ on:
10
jobs:
11
swift_test:
12
name: Test
13
- uses: AudioKit/ci/.github/workflows/swift_test.yml@main
14
- with:
15
- scheme: AudioKitEX
16
- platforms: iOS macOS tvOS
17
- swift-versions: 5.9
+ runs-on: macos-latest
+ steps:
+ - name: Check out AudioKitEX
+ uses: actions/checkout@v4
+ - name: Test AudioKitEX
18
+ run: swift test -c release
19
20
# Send notification to Discord on failure.
21
send_notification:
0 commit comments