Skip to content

Encryption compliance declaration #383

Encryption compliance declaration

Encryption compliance declaration #383

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Test
run: |
set -ex
brew install docker docker-compose qemu
brew install --HEAD colima
LIMACTL_PATH=$(brew --prefix)/bin/limactl
colima start --network-address --arch arm64 --vm-type=qemu
docker-compose up --detach
swift test