Skip to content

test: github action for Android [Do Not Merge] #1

test: github action for Android [Do Not Merge]

test: github action for Android [Do Not Merge] #1

Workflow file for this run

name: Android CI
on:
pull_request:
branches:
- '*'
jobs:
build:
uses: ./.github/workflows/android_experimental_build.yml
test:
uses: ./.github/workflows/maestro_android.yml
needs: build