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

OZG-6238 remove limitation

parent 750039d3
Branches
Tags
1 merge request!23Ozg 6238 unlimited testing
......@@ -72,7 +72,7 @@ pipeline {
withNPM(npmrcConfig: 'npm-nexus-auth') {
dir('alfa-client') {
sh 'pnpm install --frozen-lockfile --network-concurrency=8'
sh 'pnpm install --frozen-lockfile'
if (isReleaseBranch()) {
sh 'pnpm run ci-prodBuild-admin'
......
......@@ -46,7 +46,7 @@ pipeline {
FAILED_STAGE = env.STAGE_NAME
dir('alfa-client') {
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 -- --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