Keep bumping #889
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Swift | |
on: | |
push | |
jobs: | |
build: | |
runs-on: ios | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
lfs: true | |
- name: Test BSWInterfaceKit iOS | |
run: set -o pipefail && xcodebuild -scheme BSWInterfaceKit -destination "platform=iOS Simulator,name=iPhone 16,OS=18.2" test | xcbeautify --renderer github-actions | |
- name: Build BSWInterfaceKit macOS | |
run: set -o pipefail && swift build | xcbeautify --renderer github-actions |