solution: setup CI

This commit is contained in:
Igor Artamonov
2020-03-15 16:48:31 -04:00
committed by GitHub
parent 35cb35fe0a
commit 6392b6bebd
12 changed files with 382 additions and 18 deletions

20
.github/workflows/unit-test.yaml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: Unit Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
- name: Check
uses: eskatos/gradle-command-action@v1
with:
arguments: check