From 8622ac7ae38f092a7c33d049dbf4b101421f66e9 Mon Sep 17 00:00:00 2001 From: Lseojeong Date: Tue, 10 Jun 2025 18:32:01 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index eabb1ae..89c4738 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: run: npm ci - name: Run tests - run: npm run test -- --coverage --watchAll=false + run: npm run test -- --coverage --watchAll=false --passWithNoTests - name: Build application run: npm run build @@ -35,7 +35,7 @@ jobs: - name: Login to Container Registry uses: docker/login-action@v2 with: - registry: ${{ secrets.REGISTRY_URL }} # Docker Registry URL + registry: ${{ secrets.REGISTRY_URL }} username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} @@ -61,4 +61,4 @@ jobs: run: | sed -i 's|leeseojung/trendist-frontend:latest|${{ secrets.REGISTRY_URL }}/trendist-frontend:${{ github.sha }}|' k8s/deployment.yaml kubectl apply -f k8s/ - kubectl rollout status deployment/trendist-frontend \ No newline at end of file + kubectl rollout status deployment/trendist-frontend