Skip to content

VL-8490 - v2.6.10

VL-8490 - v2.6.10 #76

Workflow file for this run

name: WalletIOS-SDK Tests
on:
pull_request:
branches:
- main
- release/**
jobs:
tests-ios-sdk:
runs-on: macos-14
env:
#Xcode config
XC_VERSION: "16.0"
steps:
# Git clone repository
- name: Git clone repository
uses: actions/checkout@v4
# Select latest Xcode
- name: Select latest Xcode
run: "sudo xcode-select -s /Applications/Xcode_${{ env.XC_VERSION }}.app"
- name: Run tests
run: xcodebuild test -project VCL.xcodeproj -scheme VCL -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.2'
working-directory: VCL