Skip to content

feat: Add visionOS support #13

feat: Add visionOS support

feat: Add visionOS support #13

Workflow file for this run

name: Feature Branch CI
on:
pull_request:
# Sequence of patterns matched against refs/heads
branches:
- "main"
jobs:
tests:
name: Unit-Tests
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Select Xcode 15.2
run: sudo xcode-select -s /Applications/Xcode_15.2.app
- name: Setup Swift version
uses: swift-actions/setup-swift@v1
with:
swift-version: "5.9.2"
- name: Run unit tests
run: |
swift test --enable-code-coverage