From b337592f723419ec4e186c7367755ffa52910c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A0=EC=84=9C=EB=A6=B0?= <81281190+SeorinY@users.noreply.github.com> Date: Mon, 3 Jul 2023 18:43:25 +0900 Subject: [PATCH] #1 [doc] add CI workflow file --- .github/workflows/CI.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c8ff090..8a4bfc1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,13 +29,14 @@ jobs: echo "${{ secrets.QDANG_CI_YAML }}" > ./application.yaml shell: bash - ## 2) 스프링 프로젝트 jar 파일 빌드 - name: Grant execute permission for gradlew run: chmod +x ./was/gradlew - + - name: Build with Gradle - run: ./was/gradlew build - + run: | + cd ./was + ./gradlew build + # ## 3) Docker Hub에 이미지 push 하기 # - name: Docker build # run: |