Skip to content

Merge branch 'feature/SP-43-Example-app-improvements' into 'feature/n… #187

Merge branch 'feature/SP-43-Example-app-improvements' into 'feature/n…

Merge branch 'feature/SP-43-Example-app-improvements' into 'feature/n… #187

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