From e100338361cf1336d12560f82dd23f29a6e78c12 Mon Sep 17 00:00:00 2001 From: Lseojeong Date: Tue, 10 Jun 2025 18:37:03 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 89c4738..e955b47 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,6 +27,7 @@ jobs: run: npm run test -- --coverage --watchAll=false --passWithNoTests - name: Build application + CI: false run: npm run build - name: Set up Docker Buildx