Skip to content

test: remove Specta tests, replaced 1-1 with XCTest #134

test: remove Specta tests, replaced 1-1 with XCTest

test: remove Specta tests, replaced 1-1 with XCTest #134

name: Build
on:
push:
jobs:
tests:
name: Test the SDK with a Demo App
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run tests
run: "./scripts/run-tests.sh"