@@ -369,10 +369,11 @@ jobs:
369
369
- attach_workspace :
370
370
at : .
371
371
- run : sudo apt-get install net-tools
372
+ - run : sudo apt install fluxbox
372
373
- run :
373
374
name : .AppImage tests
374
375
command : |
375
- cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/**/*.e2e.ts" | circleci tests split --split-by=timings) && cd ../..
376
+ cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/electron/ **/*.e2e.ts" | circleci tests split --split-by=timings) && cd ../..
376
377
.circleci/e2e/test.app-image.sh
377
378
- when :
378
379
condition :
@@ -409,7 +410,7 @@ jobs:
409
410
- run : choco install nodejs --version=18.15.0
410
411
- run :
411
412
command : |
412
- cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/**/*.e2e.ts" | circleci tests split --split-by=timings) && cd ../..
413
+ cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/electron/ **/*.e2e.ts" | circleci tests split --split-by=timings) && cd ../..
413
414
.circleci/e2e/test.exe.cmd
414
415
shell : bash.exe
415
416
- when :
@@ -460,7 +461,7 @@ jobs:
460
461
- run :
461
462
name : Run tests
462
463
command : |
463
- cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/**/*.e2e.ts" | circleci tests split --split-by=timings) && cd ../..
464
+ cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/web/ **/*.e2e.ts" | circleci tests split --split-by=timings) && cd ../..
464
465
TEST_BIG_DB_DUMP=$TEST_BIG_DB_DUMP \
465
466
docker-compose \
466
467
-f tests/e2e/rte.docker-compose.yml \
@@ -474,7 +475,7 @@ jobs:
474
475
- run :
475
476
name : Run tests
476
477
command : |
477
- cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/**/*.e2e.ts" | circleci tests split --split-by=timings) && cd ../..
478
+ cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/web/ **/*.e2e.ts" | circleci tests split --split-by=timings) && cd ../..
478
479
TEST_BIG_DB_DUMP=$TEST_BIG_DB_DUMP \
479
480
docker-compose \
480
481
-f tests/e2e/rte.docker-compose.yml \
0 commit comments