Skip to content

Always popover

Always popover #723

Workflow file for this run

name: Swift
on:
push
jobs:
build:
runs-on: ios
steps:
- uses: actions/checkout@v3
with:
lfs: true
- name: Test BSWInterfaceKit iOS
run: set -o pipefail && xcodebuild -scheme BSWInterfaceKit -destination "platform=iOS Simulator,name=iPhone 15,OS=17.5" -resultBundlePath TestResults.xcresult test | xcbeautify
- name: Build BSWInterfaceKit macOS
run: set -o pipefail && swift build | xcbeautify