Test
This commit is contained in:
parent
dc38bb5d0a
commit
f10044893a
1 changed files with 1 additions and 5 deletions
6
.github/workflows/sonar.yml
vendored
6
.github/workflows/sonar.yml
vendored
|
|
@ -34,11 +34,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Build site
|
||||
env:
|
||||
NODE_ENV: production
|
||||
NITRO_PRESET: node_cluster
|
||||
NITRO_CLUSTER_WORKERS: 4
|
||||
run: npm run build
|
||||
run: NODE_ENV=production NITRO_PRESET=node_cluster NITRO_CLUSTER_WORKERS=4 npm run build
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue