Skip to content

Add tests

Add tests #48

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Test
run: |
set -ex
brew install docker docker-compose colima
colima start --runtime docker
docker compose up --detach
chmod -R 666 ./Tests/SMBClientTests/Fixtures/shares
docker cp ./Tests/SMBClientTests/Fixtures/shares samba:/
swift test