From adca8db00f8a45c63e13e52b5af89959075d903e Mon Sep 17 00:00:00 2001 From: KangJiSseok Date: Mon, 11 Mar 2024 14:33:59 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=8C=8C=EC=9D=B4=ED=94=84=EB=9D=BC?= =?UTF-8?q?=EC=9D=B8=20=EA=B5=AC=EC=B6=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a80f3e7..a9ef686 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,11 +28,11 @@ jobs: distribution: 'corretto' - name: Grant execute permission for gradlew - working-directory: ./Backend + working-directory: Backend run: chmod +x ./gradlew - name: Build Project and Test - working-directory: ./Backend + working-directory: Backend run: ./gradlew build test - name: Setup MySQL