Skip to content

Update GitHub workflow #36

Update GitHub workflow

Update GitHub workflow #36

Workflow file for this run

---
name: "CI"
on:
push:
branches:
- '**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: [self-hosted, macOS]
steps:
- uses: actions/checkout@v6
- name: Run Tests
run: swift test -v