Skip to content

Removed Xcode 16 fix #196

Removed Xcode 16 fix

Removed Xcode 16 fix #196

Workflow file for this run

name: UI Test
on: [push]
jobs:
ui_test:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Run UI Tests
run: xcodebuild -scheme SwedbankPaySDKUITestHost -destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=latest' test