Update CI build workflow to print stacktraces on failure

This commit is contained in:
Mahmoud Ben Hassine
2023-11-13 12:42:31 +01:00
parent ed980d33ac
commit fdbcbe134a

View File

@@ -37,4 +37,4 @@ jobs:
- name: Build the project
run: |
jf gradle clean build -x asciidoc -x asciidoctorPdf -Palltests --parallel
jf gradle clean build -x asciidoc -x asciidoctorPdf -x dist -Palltests --parallel --stacktrace