From b75cf0bb84357c09418526fd17210f71eea0b4d3 Mon Sep 17 00:00:00 2001 From: Leonid Plyushch Date: Fri, 7 Feb 2020 13:50:12 +0200 Subject: [PATCH] CI: add configuration for running terminal emulator unit tests --- .github/workflows/run_tests.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/run_tests.yml diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml new file mode 100644 index 00000000..6d888271 --- /dev/null +++ b/.github/workflows/run_tests.yml @@ -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