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:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Build site
|
- name: Build site
|
||||||
env:
|
run: NODE_ENV=production NITRO_PRESET=node_cluster NITRO_CLUSTER_WORKERS=4 npm run build
|
||||||
NODE_ENV: production
|
|
||||||
NITRO_PRESET: node_cluster
|
|
||||||
NITRO_CLUSTER_WORKERS: 4
|
|
||||||
run: npm run build
|
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue