Added test to Github actions

This commit is contained in:
Yair Morgenstern 2021-01-16 23:20:25 +02:00 committed by GitHub
parent fcc2fffbf5
commit cf32cdd7a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,5 +30,8 @@ jobs:
java-version: '8'
# Runs a set of commands using the runners shell
- name: Run a multi-line script
- name: check
run: ./gradlew check
- name: test
run: ./gradlew tests:test