Split build and check to different steps

For better understanding of where things fail or take time
This commit is contained in:
Yair Morgenstern 2021-08-20 13:28:11 +03:00 committed by GitHub
parent 6b0714ad43
commit 2d7e675f95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,9 @@ jobs:
java-version: '8'
# Runs a set of commands using the runners shell
- name: build
run: ./gradlew build
- name: check
run: ./gradlew check