Skip to content

fix: Raise error if access token not provided during initialization (… #204

fix: Raise error if access token not provided during initialization (…

fix: Raise error if access token not provided during initialization (… #204

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'