Skip to content

Update PaywallMessageHandlerTests.swift #1566

Update PaywallMessageHandlerTests.swift

Update PaywallMessageHandlerTests.swift #1566

Workflow file for this run

name: Run Tests
on:
push:
paths:
- '.github/workflows/tests.yml'
- 'project.yml'
- '**/*.swift'
- '!Examples/**'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run-tests:
runs-on: macos-latest
steps:
- name: Git Checkout
uses: actions/checkout@v3
- name: xcodegen
uses: xavierLowmiller/[email protected]
- name: Run Tests
run: |
xcodebuild -project SuperwallKit.xcodeproj -scheme SuperwallKit -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=latest,name=iPhone 14 Pro' test