Skip to content

Merge pull request #393 from qnotna/main #684

Merge pull request #393 from qnotna/main

Merge pull request #393 from qnotna/main #684

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Run tests
env:
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app
run: xcodebuild test -scheme Xcodes