Skip to content

fix: Improve Access Token and Auth Token Validation in TPAVPlayer (#95) #194

fix: Improve Access Token and Auth Token Validation in TPAVPlayer (#95)

fix: Improve Access Token and Auth Token Validation in TPAVPlayer (#95) #194

Workflow file for this run

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'