Skip to content

Commit 4ec6c5e

Browse files
committed
chore: disable parallelization in TAV
1 parent bb9f9e6 commit 4ec6c5e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@
2020
"test:ci:affected": "nx affected -t test --base=origin/main --head=HEAD",
2121
"test:browser": "nx run-many -t test:browser",
2222
"test:browser:ci:affected": "nx affected -t test:browser --base=origin/main --head=HEAD",
23-
"test-all-versions": "nx run-many --parallel=2 -t test-all-versions",
24-
"test-all-versions:ci:affected": "nx affected --parallel=2 -t test-all-versions --base=origin/main --head=HEAD",
23+
"test-all-versions": "nx run-many --parallel=false -t test-all-versions",
24+
"test-all-versions:ci:affected": "nx affected --parallel=false -t test-all-versions --base=origin/main --head=HEAD",
2525
"coverage:merge:ci:affected": "nx affected -t coverage:merge --base=origin/main --head=HEAD",
2626
"test-services:start": "docker compose -f ./test/docker-compose.yaml up -d --wait",
2727
"test-services:stop": "docker compose -f ./test/docker-compose.yaml down",
2828
"test:with-services-env": "cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=./test/test-services.env npm test",
29-
"test-all-versions:with-services-env": "cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=./test/test-services.env npm run test-all-versions",
3029
"changelog": "lerna-changelog",
3130
"lint": "nx run-many -t lint && npm run lint:deps && npm run lint:readme && npm run lint:markdown && npm run lint:semconv-deps && npm run lint:examples",
3231
"lint:fix": "nx run-many -t lint:fix && npm run lint:markdown:fix",

0 commit comments

Comments
 (0)