Skip to content

Commit d273778

Browse files
committed
Run gradlew check instead of just test.
1 parent 7f5b672 commit d273778

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
uses: gradle/wrapper-validation-action@v1
3030
- name: gradle caching
3131
uses: gradle/gradle-build-action@v2
32-
- run: ./gradlew test
32+
- run: ./gradlew check

0 commit comments

Comments
 (0)