Skip to content

Remove LSAT Authentication from App Switch Eligibility Call #1897

Remove LSAT Authentication from App Switch Eligibility Call

Remove LSAT Authentication from App Switch Eligibility Call #1897

Workflow file for this run

name: Tests
on: [pull_request]
concurrency:
group: tests-${{ github.event.number }}
cancel-in-progress: true
jobs:
unit_test_job:
name: Unit
runs-on: macos-26
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Select Xcode Version
run: sudo xcode-select -switch /Applications/Xcode_26.0.1.app/Contents/Developer
- name: Run Unit Tests
run: set -o pipefail && xcodebuild -workspace 'PayPal.xcworkspace' -sdk 'iphonesimulator' -configuration 'Debug' -scheme 'UnitTests' -destination 'platform=iOS Simulator,arch=arm64,name=iPhone 16' test | xcpretty