Skip to content

Commit

Permalink
chore(tests): revamp and move to library (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz authored Oct 20, 2023
1 parent 98f3646 commit 0c87d24
Show file tree
Hide file tree
Showing 69 changed files with 2,351 additions and 3,374 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
uses: actions/checkout@v2
- name: Run Tests
run: |-
cd Example
xcodebuild test -scheme SwiftAudio-Example -destination "${destination}" -enableCodeCoverage YES
xcodebuild test -scheme SwiftAudioEx -destination "${destination}" -enableCodeCoverage YES
env:
destination: ${{ matrix.destination }}
302 changes: 0 additions & 302 deletions Example/SwiftAudio.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

This file was deleted.

48 changes: 0 additions & 48 deletions Example/Tests/AVPlayerItemNotificationObserverTests.swift

This file was deleted.

80 changes: 0 additions & 80 deletions Example/Tests/AVPlayerItemObserverTests.swift

This file was deleted.

86 changes: 0 additions & 86 deletions Example/Tests/AVPlayerObserverTests.swift

This file was deleted.

76 changes: 0 additions & 76 deletions Example/Tests/AVPlayerTimeObserverTests.swift

This file was deleted.

Loading

0 comments on commit 0c87d24

Please sign in to comment.