Update .github/workflows/sonar.yml
All checks were successful
Sonar / SonarQube (push) Successful in 57s
All checks were successful
Sonar / SonarQube (push) Successful in 57s
This commit is contained in:
parent
af7798705f
commit
15e5bc78f8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sonar.yml
vendored
2
.github/workflows/sonar.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
NITRO_PRESET: node_cluster
|
NITRO_PRESET: node_cluster
|
||||||
run: npm run build
|
run: npm run build
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: output
|
name: output
|
||||||
path: .output/
|
path: .output/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue