File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ jobs:
399
399
- run :
400
400
name : Run tests
401
401
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 ../..
403
403
TEST_BIG_DB_DUMP=$TEST_BIG_DB_DUMP \
404
404
docker-compose \
405
405
-f tests/e2e/rte.docker-compose.yml \
@@ -413,7 +413,7 @@ jobs:
413
413
- run :
414
414
name : Run tests
415
415
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 ../..
417
417
TEST_BIG_DB_DUMP=$TEST_BIG_DB_DUMP \
418
418
docker-compose \
419
419
-f tests/e2e/rte.docker-compose.yml \
You can’t perform that action at this time.
0 commit comments