Skip to content

Update IcpKit-Tests.yml #6

Update IcpKit-Tests.yml

Update IcpKit-Tests.yml #6

Workflow file for this run

name: IcpKit Tests
on:
push:
pull_request:
branches:
main
jobs:
build:
runs-on: macOS-latest
steps:
- name: Test
uses: actions/checkout@v1
- name: Build and Test
run: xcodebuild test -scheme IcpKit-Package -sdk iphonesimulator17.5 -destination "OS=17.5,name=iPhone 15 Pro"