Skip to content

Commit 2694774

Browse files
committed
chore: run TAV sequentially to check pino issue
1 parent 996e92c commit 2694774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test:browser": "nx run-many -t test:browser",
2222
"test:browser:ci:affected": "nx affected -t test:browser --base=origin/main --head=HEAD",
2323
"test-all-versions": "nx run-many -t test-all-versions",
24-
"test-all-versions:ci:affected": "nx affected -t test-all-versions --base=origin/main --head=HEAD",
24+
"test-all-versions:ci:affected": "nx affected --parallel=1 -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",

0 commit comments

Comments
 (0)