From 38b0b99afbc47d95f51c188d1e437f33d65b1e2b Mon Sep 17 00:00:00 2001 From: ywonchae1 Date: Sun, 3 Nov 2024 20:59:16 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20CI=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=A0=9C=EC=99=B8=20(#72)=20(KAN-129)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-pull-request.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-pull-request.yml b/.github/workflows/ci-pull-request.yml index bddfcd25..abb62f5c 100644 --- a/.github/workflows/ci-pull-request.yml +++ b/.github/workflows/ci-pull-request.yml @@ -24,11 +24,12 @@ jobs: run: | cd src/main/resources echo "${{ secrets.APPLICATION_SECRETS }}" > ./application-secret.properties + - name: Gradle Wrapper 권한 부여 run: chmod +x gradlew - name: Build run: | - ./gradlew build + ./gradlew build -x test shell: bash \ No newline at end of file