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