Skip to content

Commit 2fce27b

Browse files
committed
add file for test splitting info
1 parent 6eded19 commit 2fce27b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ jobs:
399399
- run:
400400
name: Run tests
401401
command: |
402-
cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/**/*.e2e.ts" | circleci tests split --split-by=timings) && cd ../..
402+
cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/**/*.e2e.ts" | circleci tests split --split-by=timings circleci_test_files.txt) && cd ../..
403403
TEST_BIG_DB_DUMP=$TEST_BIG_DB_DUMP \
404404
docker-compose \
405405
-f tests/e2e/rte.docker-compose.yml \
@@ -413,7 +413,7 @@ jobs:
413413
- run:
414414
name: Run tests
415415
command: |
416-
cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/**/*.e2e.ts" | circleci tests split --split-by=timings) && cd ../..
416+
cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/**/*.e2e.ts" | circleci tests split --split-by=timings circleci_test_files.txt) && cd ../..
417417
TEST_BIG_DB_DUMP=$TEST_BIG_DB_DUMP \
418418
docker-compose \
419419
-f tests/e2e/rte.docker-compose.yml \

0 commit comments

Comments
 (0)