mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 10:45:23 +08:00
14 lines
204 B
YAML
14 lines
204 B
YAML
name: Unit tests
|
|
|
|
on: push
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Clone repository
|
|
uses: actions/checkout@v2
|
|
- name: Execute tests
|
|
run: |
|
|
./gradlew test
|