Skip to content

Add tests

Add tests #11

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Test
run: |
set -ex
brew install docker docker-compose
brew install colima
colima start --mount-type
chmod -R 777 shares
docker compose up --detach
swift test