Skip to content

Merge remote-tracking branch 'origin/main' into preserve-visit-option… #222

Merge remote-tracking branch 'origin/main' into preserve-visit-option…

Merge remote-tracking branch 'origin/main' into preserve-visit-option… #222

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Run Tests
run: xcodebuild test -scheme Turbo -destination "name=iPhone 15 Pro" | xcpretty && exit ${PIPESTATUS[0]}