fix: Improve Access Token and Auth Token Validation in TPAVPlayer (#95) #194
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: iOS Test | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
build: | |
name: Test iOS Player SDK | |
runs-on: macos-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Run Test | |
run: | | |
xcodebuild test -project iOSPlayerSDK.xcodeproj -scheme iOSPlayerSDKTests -destination 'platform=iOS Simulator,name=iPhone 15' |