CI: add configuration for running terminal emulator unit tests

This commit is contained in:
Leonid Plyushch
2020-02-07 13:50:12 +02:00
parent f928efed4e
commit b75cf0bb84

13
.github/workflows/run_tests.yml vendored Normal file
View 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