Skip to content

Commit 3a31070

Browse files
committed
Details
1 parent db9bb96 commit 3a31070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
with:
1111
java-version: 1.8
1212
- name: Test
13-
run: ./gradlew test
13+
run: ./gradlew --info --stacktrace test
1414
- name: Report
1515
run: ./gradlew jacocoTestReport coveralls

0 commit comments

Comments
 (0)