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
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'
......
......@@ -78,7 +78,7 @@ pipeline {
sh 'node --version'
dir('alfa-client') {
sh 'pnpm install --frozen-lockfile --network-concurrency=8'
sh 'pnpm install --frozen-lockfile'
if (isMainBranch()) {
withSonarQubeEnv('sonarqube-ozg-sh'){
......
......@@ -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