Skip to content

Commit fdbcbe1

Browse files
committed
Update CI build workflow to print stacktraces on failure
1 parent ed980d3 commit fdbcbe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
3838
- name: Build the project
3939
run: |
40-
jf gradle clean build -x asciidoc -x asciidoctorPdf -Palltests --parallel
40+
jf gradle clean build -x asciidoc -x asciidoctorPdf -x dist -Palltests --parallel --stacktrace

0 commit comments

Comments
 (0)