Skip to content

✨ Add FontModifier #443

✨ Add FontModifier

✨ Add FontModifier #443

Workflow file for this run

name: Tests
on: [pull_request, push]
jobs:
tests:
name: Run tests
runs-on: macos-13
steps:
- uses: actions/[email protected]
- uses: AckeeCZ/[email protected]
- name: Run iOS tests
run: set -o pipefail && xcodebuild test -scheme ACKategories-iOS -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14 Pro Max,OS=latest' ONLY_ACTIVE_ARCH=YES | xcpretty
- name: Run macOS tests
run: set -o pipefail && xcodebuild test -scheme ACKategoriesCore -destination 'platform=OS X,arch=x86_64' | xcpretty