Skip to content

Commit 33733f5

Browse files
committed
update path in config.yml
1 parent 96a517d commit 33733f5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.circleci/config.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,10 +369,11 @@ jobs:
369369
- attach_workspace:
370370
at: .
371371
- run: sudo apt-get install net-tools
372+
- run: sudo apt install fluxbox
372373
- run:
373374
name: .AppImage tests
374375
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 ../..
376377
.circleci/e2e/test.app-image.sh
377378
- when:
378379
condition:
@@ -409,7 +410,7 @@ jobs:
409410
- run: choco install nodejs --version=18.15.0
410411
- run:
411412
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 ../..
413414
.circleci/e2e/test.exe.cmd
414415
shell: bash.exe
415416
- when:
@@ -460,7 +461,7 @@ jobs:
460461
- run:
461462
name: Run tests
462463
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 ../..
464465
TEST_BIG_DB_DUMP=$TEST_BIG_DB_DUMP \
465466
docker-compose \
466467
-f tests/e2e/rte.docker-compose.yml \
@@ -474,7 +475,7 @@ jobs:
474475
- run:
475476
name: Run tests
476477
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 ../..
478479
TEST_BIG_DB_DUMP=$TEST_BIG_DB_DUMP \
479480
docker-compose \
480481
-f tests/e2e/rte.docker-compose.yml \

0 commit comments

Comments
 (0)