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

Merge branch 'OZG-6238_unlimited_testing' into 'main'

Ozg 6238 unlimited testing

See merge request !23
parents 8d15fcab 4479c31e
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'
......
...@@ -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'){
......
...@@ -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