From 02d1f0af346291653a73fc649260531c8ce01853 Mon Sep 17 00:00:00 2001 From: devance Date: Sun, 16 Jun 2024 16:15:07 +0530 Subject: [PATCH] 4 parallel runs using split by time? --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 16ea8bfdb..28d3bfb5d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,7 +43,7 @@ commands: name: 'Run slow tests' command: | echo $(circleci tests glob "packages/**/*_spec_slow.ts") - TEST_GLOB=$(circleci tests glob "packages/**/*_spec_slow.ts" | circleci tests split --split-by=timings --timings-type=filename) + TEST_GLOB=$(circleci tests glob "packages/**/*_spec_slow.ts" | circleci tests split --split-by=timings) yarn test $TEST_GLOB jobs: