Skip to content

hotfix: supported platforms #28

hotfix: supported platforms

hotfix: supported platforms #28

Workflow file for this run

name: Test
on:
push:
branches:
- main
- development
jobs:
build:
name: Test
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v2
with:
swift-version: '5.9'
- name: Run Tests
run: swift test -v