Skip to content

Commit 5e1f69a

Browse files
Merge pull request #415 from RedisInsight/e2e/fix_parallel-runs
fix e2e parallel runs
2 parents 335c2e2 + 1ad1162 commit 5e1f69a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/e2e/docker.web.docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ services:
1515
'./upload-custom-plugins.sh',
1616
]
1717
environment:
18+
TEST_FILES: $TEST_FILES
1819
E2E_CLOUD_DATABASE_HOST: $E2E_CLOUD_DATABASE_HOST
1920
E2E_CLOUD_DATABASE_PORT: $E2E_CLOUD_DATABASE_PORT
2021
E2E_CLOUD_DATABASE_PASSWORD: $E2E_CLOUD_DATABASE_PASSWORD

tests/e2e/local.web.docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ services:
1212
env_file:
1313
- ./.env
1414
environment:
15+
TEST_FILES: $TEST_FILES
1516
COMMON_URL: 'http://app:5000'
1617
E2E_CLOUD_DATABASE_HOST: $E2E_CLOUD_DATABASE_HOST
1718
E2E_CLOUD_DATABASE_PORT: $E2E_CLOUD_DATABASE_PORT

0 commit comments

Comments
 (0)