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: