This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
Merge pull request #67 from passageidentity/PSG-2969-ui-test-workflow #101
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: unit test passage-ios | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
jobs: | |
unit-test-iOS-16: | |
name: Build and Unit Test iOS 16 | |
runs-on: macos-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Test iOS 16.2 | |
run: xcodebuild test -scheme Passage -sdk iphonesimulator16.2 -destination "OS=16.2,name=iPhone 14 Pro" |