Skip to content

Commit 857bc4f

Browse files
committed
Enabled warning mode for Gradle unit tests
1 parent 9b2d27f commit 857bc4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- name: 'Grant execute permission for gradlew'
1919
run: chmod +x gradlew
2020
- name: 'Gradle: compile and run unit tests'
21-
run: ./gradlew test
21+
run: ./gradlew test --warning-mode all

0 commit comments

Comments
 (0)