Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Upgrade to combine-schedulers v1.0+ #90

Upgrade to combine-schedulers v1.0+

Upgrade to combine-schedulers v1.0+ #90

Workflow file for this run

name: CI
on:
push:
branches: [main, versions]
pull_request:
branches: [main]
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
test-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: swift test -v
test-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: swift test -v