Skip to content

♻️ Move semantic conversation parsing to the server #70

♻️ Move semantic conversation parsing to the server

♻️ Move semantic conversation parsing to the server #70

Workflow file for this run

name: iOS Unit Tests
on:
pull_request:
branches: [main]
push:
branches: [main]
permissions:
contents: read
jobs:
orbitdock-ios-unit-tests:
name: OrbitDock iOS Unit Tests
runs-on: macos-15
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Ensure cache directories
run: make xcode-cache-dirs
- name: Run iOS unit tests
run: make test-unit-ios