From 42655dcee84c17dd1db014c505153ce723e8514d Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Mon, 13 Nov 2023 14:06:44 +0100 Subject: [PATCH] Enable info log level in CI Build --- .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 fd50413a0..72ec0ab39 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 -x dist -Palltests --parallel --stacktrace + jf gradle clean build -x asciidoc -x asciidoctorPdf -x dist -Palltests --parallel --stacktrace --info