Files
coco 7846a45f2c a
2026-07-03 15:47:27 +08:00

22 lines
321 B
YAML

name: Unit tests
on:
push:
branches:
- master
- android-10
pull_request:
branches:
- master
- android-10
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Execute tests
run: |
./gradlew test