Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wtholliday authored Apr 24, 2024
1 parent b433362 commit 3f4a5ed
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ on:
branches: [main]

jobs:
# Run swift test across all applicable platforms and versions.
swift_test:
name: Test
uses: AudioKit/ci/.github/workflows/swift_test.yml@main
with:
scheme: Flow
platforms: iOS macOS
runs-on: macos-latest
steps:
- name: Check out Flow
uses: actions/checkout@v4
- name: Test Flow
run: swift test -c release

# Build the demo projects.
build_demo:
Expand Down

0 comments on commit 3f4a5ed

Please sign in to comment.