mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-07 03:05:18 +08:00
CI: add configuration for running terminal emulator unit tests
This commit is contained in:
13
.github/workflows/run_tests.yml
vendored
Normal file
13
.github/workflows/run_tests.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: Terminal unit tests
|
||||||
|
|
||||||
|
on: push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Clone repository
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- name: Execute tests
|
||||||
|
run: |
|
||||||
|
./gradlew test
|
Reference in New Issue
Block a user