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

OZG-6238 remove limitation

parent 750039d3
No related branches found
No related tags found
1 merge request!23Ozg 6238 unlimited testing
...@@ -72,7 +72,7 @@ pipeline { ...@@ -72,7 +72,7 @@ pipeline {
withNPM(npmrcConfig: 'npm-nexus-auth') { withNPM(npmrcConfig: 'npm-nexus-auth') {
dir('alfa-client') { dir('alfa-client') {
sh 'pnpm install --frozen-lockfile --network-concurrency=8' sh 'pnpm install --frozen-lockfile'
if (isReleaseBranch()) { if (isReleaseBranch()) {
sh 'pnpm run ci-prodBuild-admin' sh 'pnpm run ci-prodBuild-admin'
......
...@@ -46,7 +46,7 @@ pipeline { ...@@ -46,7 +46,7 @@ pipeline {
FAILED_STAGE = env.STAGE_NAME FAILED_STAGE = env.STAGE_NAME
dir('alfa-client') { dir('alfa-client') {
withNPM(npmrcConfig: 'npm-nexus-auth') { withNPM(npmrcConfig: 'npm-nexus-auth') {
sh 'pnpm install --frozen-lockfile --network-concurrency=8' sh 'pnpm install --frozen-lockfile'
sh 'pnpm exec nx run info:test' sh 'pnpm exec nx run info:test'
sh 'pnpm exec nx run info:test -- --runInBand --codeCoverage --coverageReporters=lcov --testResultsProcessor=jest-sonar-reporter && pnpm exec sonar-scanner' sh 'pnpm exec nx run info:test -- --runInBand --codeCoverage --coverageReporters=lcov --testResultsProcessor=jest-sonar-reporter && pnpm exec sonar-scanner'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment