From fdbcbe134ae6476b3889f94530d84b6d98bd65ef Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Mon, 13 Nov 2023 12:42:31 +0100 Subject: [PATCH] Update CI build workflow to print stacktraces on failure --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 62596a198..fd50413a0 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -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