Skip to content

Add harness tests for turbo module #113

Add harness tests for turbo module

Add harness tests for turbo module #113

Workflow file for this run

name: CI
on:
pull_request:
jobs:
lint:
name: Lint
uses: ./.github/workflows/lint.yml
android:
name: Android Build & Test
needs: lint
uses: ./.github/workflows/android.yml
ios:
name: iOS Build & Test
needs: lint
uses: ./.github/workflows/ios.yml