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

OZG-6238 run tests parallel

parent 8d0fde91
No related branches found
No related tags found
1 merge request!23Ozg 6238 unlimited testing
...@@ -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 20 -- --runInBand", "ci-test": "nx run-many --target=test -- --runInBand",
"ci-sonar": "nx run-many --target=test --parallel 20 -- --runInBand --codeCoverage --coverageReporters=lcov --testResultsProcessor=jest-sonar-reporter && pnpm exec sonar-scanner", "ci-sonar": "nx run-many --target=test -- --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