Skip to content

Android test

Android test #46

Workflow file for this run

name: Android test
on:
workflow_dispatch:
schedule:
- cron: "30 4 * * 1-5"
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup
uses: "./.github/templates/setup"
- name: Run tests
uses: "./.github/templates/test"