Files
Test 05999ce178
Test Runner / test-full-image (push) Failing after 13m45s
Add MX-specific Android test
2026-06-03 17:15:24 +08:00

15 lines
271 B
YAML

name: Android Test on MX
on:
workflow_dispatch:
jobs:
android-build:
runs-on: mx-all-in-one
steps:
- uses: actions/checkout@v4
- name: Hello
run: |
echo Running on mx-all-in-one runner
uname -a
java -version