Skip to content

Provide CustomDebugStringConvertible for Logoff, TreeConnect and TreeDisconnect messages #200

Provide CustomDebugStringConvertible for Logoff, TreeConnect and TreeDisconnect messages

Provide CustomDebugStringConvertible for Logoff, TreeConnect and TreeDisconnect messages #200

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test:
runs-on: macos-13
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Test
run: |
set -ex
brew install docker docker-compose colima
colima start --runtime docker
docker compose up --detach
swift test