Skip to content

Antonsergeev88/ant 21 investigate windows and linux support #54

Antonsergeev88/ant 21 investigate windows and linux support

Antonsergeev88/ant 21 investigate windows and linux support #54

Workflow file for this run

name: Swift Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v2
with:
swift-version: '6.2'
- name: Run tests
run: swift test