Update .github/workflows/sonar.yml
All checks were successful
Sonar / SonarQube (push) Successful in 53s

This commit is contained in:
Liviu Burcusel 2025-12-06 15:02:23 +01:00
parent a3e460ae57
commit 0c0eee60cc

View file

@ -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: