Skip to content

Add harness tests for turbo module #92

Add harness tests for turbo module

Add harness tests for turbo module #92

Workflow file for this run

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