From 0c0eee60cc2fa3345fa3993c11a4bf332fc4a449 Mon Sep 17 00:00:00 2001 From: liviu Date: Sat, 6 Dec 2025 15:02:23 +0100 Subject: [PATCH] Update .github/workflows/sonar.yml --- .github/workflows/sonar.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index e5d44fb..4de819e 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -29,6 +29,16 @@ jobs: # continue-on-error: true env: CI: true + - name: Build site + env: + NODE_ENV: production + NITRO_PRESET: node_cluster + run: npm run build + - name: Upload build artifacts + uses: actions/upload-artifact@v4 + with: + name: output + path: .output/ #- name: SonarQube Scan # uses: SonarSource/sonarqube-scan-action@v6 # env: