Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

update AppInfo type with new allowedAuthMethods field #43

update AppInfo type with new allowedAuthMethods field

update AppInfo type with new allowedAuthMethods field #43

name: Test Pull Request
on:
workflow_dispatch:
pull_request:
branches:
- main
env:
PASSAGE_AUTH_TOKEN: ${{ secrets.PASSAGE_AUTH_TOKEN }}
MAILOSAUR_API_KEY: ${{ secrets.MAILOSAUR_API_KEY }}
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"
integration-test-iOS-16:
name: Build and Integration Tests iOS 16
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: List Schemes
run: xcodebuild -list
- name: Test iOS 16.2
run: xcodebuild test -scheme IntegrationTest -sdk iphonesimulator16.2 -destination "OS=16.2,name=iPhone 14 Pro" PASSAGE_AUTH_TOKEN="${{ env.PASSAGE_AUTH_TOKEN }}" MAILOSAUR_API_KEY="${{ secrets.MAILOSAUR_API_KEY }}"