Update .github/workflows/sonar.yml
All checks were successful
Sonar / SonarQube (push) Successful in 53s
All checks were successful
Sonar / SonarQube (push) Successful in 53s
This commit is contained in:
parent
a3e460ae57
commit
0c0eee60cc
1 changed files with 10 additions and 0 deletions
10
.github/workflows/sonar.yml
vendored
10
.github/workflows/sonar.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue