Skip to content

Fixed an issue where file names were not being decoded correctly in query directory requests. #298

Fixed an issue where file names were not being decoded correctly in query directory requests.

Fixed an issue where file names were not being decoded correctly in query directory requests. #298

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test:
runs-on: macos-14
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Test
run: |
set -ex
brew install docker docker-compose colima
LIMACTL_PATH=$(brew --prefix)/bin/limactl
sudo curl -L -o $LIMACTL_PATH https://github.com/mikekazakov/lima-nohvf/raw/master/limactl && sudo chmod +x $LIMACTL_PATH
colima start --network-address --arch arm64 --vm-type=qemu
docker-compose up --detach
swift test