From dc38bb5d0aa1dde15a1cbe8be86b34228c293caa Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Wed, 10 Dec 2025 13:35:17 +0100 Subject: [PATCH] Test full build --- .github/workflows/sonar.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index d56735a..b7001d3 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -36,9 +36,8 @@ jobs: - name: Build site env: NODE_ENV: production - NITRO_PRESET: static - # NITRO_PRESET: node_cluster - # NITRO_CLUSTER_WORKERS: 4 + NITRO_PRESET: node_cluster + NITRO_CLUSTER_WORKERS: 4 run: npm run build - name: Upload build artifacts uses: actions/upload-artifact@v3 @@ -95,7 +94,6 @@ jobs: - name: Build Docker image (pray) run: | docker build -f ./devops/Dockerfile -t ${{ env.CONTAINER_NAME }}:latest . - - name: List Docker images (for verification) - run: docker images + docker images ####