From 06ef1dac14f5d8e12245898580842aa845fef9e9 Mon Sep 17 00:00:00 2001 From: Zepelown Date: Sat, 21 Dec 2024 01:46:03 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20test=20=EC=9E=84=EC=8B=9C=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 472c3b7..d24ac29 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -46,7 +46,7 @@ jobs: - name: Build with Gradle run: | cd wabi - ./gradlew clean build + ./gradlew clean build -x test - name: Docker build and push run: |