Skip to content

Add harness tests for turbo module #118

Add harness tests for turbo module

Add harness tests for turbo module #118

Workflow file for this run

name: CI
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
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