Skip to content

Rewrite tests to new swift-testing framework #94

Rewrite tests to new swift-testing framework

Rewrite tests to new swift-testing framework #94

Workflow file for this run

name: "Parchment"
on: [push]
jobs:
build:
runs-on: macos-14
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '16.0-beta'
- uses: actions/checkout@v3
- name: Unit Tests
run: xcodebuild -project Parchment.xcodeproj -scheme "Parchment" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=18.0' test
- name: UI Tests
run: xcodebuild -project Parchment.xcodeproj -scheme "ParchmentUITests" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=18.0' test