Skip to content
Snippets Groups Projects
Commit 750039d3 authored by Tobias Bruns's avatar Tobias Bruns
Browse files

OZG-6238 remove network concurrency

parent d816bf8d
No related branches found
No related tags found
1 merge request!23Ozg 6238 unlimited testing
...@@ -78,7 +78,7 @@ pipeline { ...@@ -78,7 +78,7 @@ pipeline {
sh 'node --version' sh 'node --version'
dir('alfa-client') { dir('alfa-client') {
sh 'pnpm install --frozen-lockfile --network-concurrency=8' sh 'pnpm install --frozen-lockfile'
if (isMainBranch()) { if (isMainBranch()) {
withSonarQubeEnv('sonarqube-ozg-sh'){ withSonarQubeEnv('sonarqube-ozg-sh'){
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
"ci-build-admin": "nx container admin", "ci-build-admin": "nx container admin",
"ci-prodBuild": "nx run alfa:build --outputHashing=all --configuration production", "ci-prodBuild": "nx run alfa:build --outputHashing=all --configuration production",
"ci-prodBuild-admin": "nx container admin", "ci-prodBuild-admin": "nx container admin",
"ci-test": "nx run-many --target=test --parallel -- --runInBand", "ci-test": "nx run-many --target=test --parallel 20 -- --runInBand",
"ci-sonar": "nx run-many --target=test --parallel -- --runInBand --codeCoverage --coverageReporters=lcov --testResultsProcessor=jest-sonar-reporter && pnpm exec sonar-scanner", "ci-sonar": "nx run-many --target=test --parallel 20 -- --runInBand --codeCoverage --coverageReporters=lcov --testResultsProcessor=jest-sonar-reporter && pnpm exec sonar-scanner",
"lint": "nx workspace-lint && nx lint", "lint": "nx workspace-lint && nx lint",
"affected:apps": "nx affected:apps", "affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs", "affected:libs": "nx affected:libs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment