From 8a37dd9aec36136c18c32752a74b10b33112a119 Mon Sep 17 00:00:00 2001 From: SeongWonYoon Date: Mon, 2 Dec 2024 17:56:41 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20GithubAction=20=EB=B9=8C=EB=93=9C=20?= =?UTF-8?q?=EA=B2=BD=EB=A1=9C=20=EB=A1=9C=EA=B7=B8=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gradle.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 1e983e7..81b8ae8 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -47,5 +47,7 @@ jobs: # Gradle build (Test 제외) - name: Build with Gradle - run: ./wabi/gradlew clean build -x test + run: | + ls + ./wabi/gradlew clean build -x test