mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-04 17:55:36 +08:00
14 lines
206 B
YAML
14 lines
206 B
YAML
name: Unit tests
|
|
|
|
on: push
|
|
|
|
jobs:
|
|
testing:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Clone repository
|
|
uses: actions/checkout@v2
|
|
- name: Execute tests
|
|
run: |
|
|
./gradlew test
|