Skip to content

ci: clean-up test script #49

ci: clean-up test script

ci: clean-up test script #49

Workflow file for this run

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