Skip to content

Add harness tests for turbo module #105

Add harness tests for turbo module

Add harness tests for turbo module #105

Workflow file for this run

name: CI
on:
pull_request:
jobs:
lint:
name: Lint
uses: ./.github/workflows/lint.yml
build-android:
name: Build Android
uses: ./.github/workflows/build-android.yml
build-ios:
name: Build iOS
uses: ./.github/workflows/build-ios.yml
test-android-harness:
name: Test Android Harness
needs: [lint, build-android]
uses: ./.github/workflows/test-android-harness.yml
test-ios-harness:
name: Test iOS Harness
needs: [lint, build-ios]
uses: ./.github/workflows/test-ios-harness.yml