Update gradle.yml

compile the full release on test
This commit is contained in:
Magnar Polden 2021-07-21 00:09:03 +02:00 committed by GitHub
parent 3b49191778
commit d0435c3b03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,4 +24,4 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
run: ./gradlew build release