termux-x11/.github/workflows/run_tests.yml

22 lines
321 B
YAML
Raw Normal View History

2021-05-27 10:07:26 +02:00
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@v2
- name: Execute tests
run: |
./gradlew test