Skip to content

Merge pull request #756 from neetrath/main #1036

Merge pull request #756 from neetrath/main

Merge pull request #756 from neetrath/main #1036

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: Run tests
env:
DEVELOPER_DIR: /Applications/Xcode_16.4.app
run: xcodebuild test -scheme Xcodes