We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44b313 commit 5fa983fCopy full SHA for 5fa983f
1 file changed
docker-compose.tst.yml
@@ -19,7 +19,7 @@ services:
19
- test-dynamodb-e2e-testing
20
- test-redis-e2e-testing
21
- test-cassandra-e2e-testing
22
- - clickhouse-e2e-testing
+ - test-clickhouse-e2e-testing
23
links:
24
- postgres
25
- testMySQL-e2e-testing
@@ -30,7 +30,7 @@ services:
30
31
32
33
34
command: ["yarn", "start"]
35
backend_test:
36
build:
@@ -251,7 +251,7 @@ services:
251
retries: 10
252
start_period: 10s
253
254
- clickhouse-e2e-testing:
+ test-clickhouse-e2e-testing:
255
image: clickhouse/clickhouse-server:latest
256
ports:
257
- 8123:8123
0 commit comments