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

Added improved error handling and Open API generated code #95

Added improved error handling and Open API generated code

Added improved error handling and Open API generated code #95

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:
integration-test-iOS:
name: Build and Integration Tests iOS
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: List Schemes
run: xcodebuild -list
- name: Test iOS
run: xcodebuild clean build-for-testing test -scheme IntegrationTest -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 15 Pro" PASSAGE_AUTH_TOKEN="${{ env.PASSAGE_AUTH_TOKEN }}" MAILOSAUR_API_KEY="${{ secrets.MAILOSAUR_API_KEY }}"