Skip to content

Commit 34f9160

Browse files
style: fix prettier formatting for docker-compose.yml healthchecks
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
1 parent 36fb6ff commit 34f9160

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

tests/e2e_dbt_project/docker-compose.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@ services:
5353
trino-mc-job:
5454
condition: service_completed_successfully
5555
healthcheck:
56-
test: ["CMD-SHELL", "curl -sf http://localhost:8080/v1/info | grep -q '\"starting\":false'"]
56+
test:
57+
[
58+
"CMD-SHELL",
59+
'curl -sf http://localhost:8080/v1/info | grep -q ''"starting":false''',
60+
]
5761
interval: 5s
5862
timeout: 5s
5963
retries: 60
@@ -152,7 +156,8 @@ services:
152156
ports:
153157
- "19120:19120"
154158
healthcheck:
155-
test: ["CMD-SHELL", "curl -sf http://localhost:19120/api/v2/config || exit 1"]
159+
test:
160+
["CMD-SHELL", "curl -sf http://localhost:19120/api/v2/config || exit 1"]
156161
interval: 5s
157162
timeout: 5s
158163
retries: 10

0 commit comments

Comments
 (0)