Skip to content

Commit f6597fb

Browse files
committed
remove debug flag from test
1 parent d97d808 commit f6597fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cli: 1.12.0.1530
3030

3131
- name: Run tests
32-
run: ./gradlew test --debug
32+
run: ./gradlew test
3333

3434
- name: Publish Test Report
3535
uses: mikepenz/action-junit-report@v5

0 commit comments

Comments
 (0)