Skip to content

refactor: Change branch name to main #19

refactor: Change branch name to main

refactor: Change branch name to main #19

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 12 Pro Max'