From c619ef4c3fcda19eb78f8b7ca2b274929b8f4b53 Mon Sep 17 00:00:00 2001 From: Kong-hana01 Date: Wed, 31 Jan 2024 20:17:09 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=EC=98=88=EC=99=B8=20=EB=A1=9C=EA=B7=B8?= =?UTF-8?q?=20=ED=99=95=EC=9D=B8=20ci=20=ED=8C=8C=EC=9D=BC=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-dev-application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-dev-application.yml b/.github/workflows/ci-dev-application.yml index a12d7bdea..989b64228 100644 --- a/.github/workflows/ci-dev-application.yml +++ b/.github/workflows/ci-dev-application.yml @@ -20,5 +20,5 @@ jobs: distribution: 'corretto' - name: Build with Gradle - run: ./gradlew build + run: ./gradlew --info build working-directory: ./backend