Skip to content

Commit 903f066

Browse files
run style check in github actions as well
1 parent 3c3a5d1 commit 903f066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
java-version: '11'
2525
cache: 'gradle'
2626
- name: Build with Gradle
27-
run: chmod +x gradlew && ./gradlew test
27+
run: chmod +x gradlew && ./gradlew build && ./gradlew test

0 commit comments

Comments
 (0)