Skip to content

Update core extension to 0.3.14 (#42) #196

Update core extension to 0.3.14 (#42)

Update core extension to 0.3.14 (#42) #196

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