From fe9634f3a04cba4f91da35c8fccb1195d6586978 Mon Sep 17 00:00:00 2001 From: "Yoonho Cho (Ray)" <61899645+ray-yhc@users.noreply.github.com> Date: Sat, 15 Jul 2023 18:14:55 +0900 Subject: [PATCH] feat: update buildImage.yml --- .github/workflows/buildImage.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/buildImage.yml b/.github/workflows/buildImage.yml index aa95d319..ea8ac5bb 100644 --- a/.github/workflows/buildImage.yml +++ b/.github/workflows/buildImage.yml @@ -21,9 +21,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - - name : change directory - run : cd ./API-Server - name: Set up Java uses: actions/setup-java@v2 @@ -33,7 +30,8 @@ jobs: - name: Build and test Spring Boot project run: | - chmod +x ./gradlew + cd ./API-Server + chomod +x ./gradlew ./gradlew build --no-daemon - name: Configure AWS credentials