Reverted split of build

gradle build is a SUPERset of check, so will actually do extra things that are not needed.
This commit is contained in:
Yair Morgenstern 2021-08-20 14:22:32 +03:00 committed by GitHub
parent 4e72cafc27
commit b9051e00bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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