From 8a57090ad5484e4a6c1ce537239e56a15cb9018d Mon Sep 17 00:00:00 2001 From: Kiryl Pryhozhy Date: Mon, 23 Oct 2023 18:28:02 +0300 Subject: [PATCH] chore: modify ci file to output logs from gradle --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9decc63..4bec068 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,4 +20,4 @@ jobs: uses: gradle/gradle-build-action@v2 - name: Run build(it includes task `test`) with Gradle Wrapper - run: ./gradlew build \ No newline at end of file + run: ./gradlew build --console=plain \ No newline at end of file