Skip to content

Commit

Permalink
chore(ci): Disable iOS for now [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz committed Apr 11, 2024
1 parent 5b1594d commit 4ed7341
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Run Tests
if: matrix.target == 'macos' # Skip iOS until we can get them to run reliably
run: xcodebuild test -scheme SwiftAudioEx ${{ matrix.destination }} -enableCodeCoverage YES
- name: Upload coverage to Codecov
if: matrix.target == 'macos'
Expand Down

0 comments on commit 4ed7341

Please sign in to comment.