Skip to content

Ci: MacOS CI testing #27

Ci: MacOS CI testing

Ci: MacOS CI testing #27

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
macos:
name: Test on macOS
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- uses: actions/checkout@v4
- name: Build and test
run: |
swift test --skip ExtendSchemaTests