Skip to content

reusable workflow for android tests #14

reusable workflow for android tests

reusable workflow for android tests #14

Workflow file for this run

name: Build branch
on:
workflow_dispatch:
push:
branches:
- android-ci
jobs:
tests:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
api-level: [ 21, 27, 30 ]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-gradle
- uses: ./.github/actions/run-android-emulator-tests
with:
api-level: ${{ matrix.api-level }}