Skip to content

chore: add bucket classes and break out into compaction manager #11

chore: add bucket classes and break out into compaction manager

chore: add bucket classes and break out into compaction manager #11

Workflow file for this run

name: Build and test
on:
push
jobs:
build:
name: Build and test
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Build and Test
run: |
xcodebuild test -scheme PowerSyncSwift -destination "platform=iOS Simulator,name=iPhone 15"