From 9503c55f765c73306373b0dff541ede355b27400 Mon Sep 17 00:00:00 2001 From: Xyphuz Date: Mon, 23 May 2022 23:23:54 +0800 Subject: [PATCH] test: add depends_on long syntax --- tests/in/001000.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/in/001000.yaml b/tests/in/001000.yaml index f64c323..36d2b3e 100644 --- a/tests/in/001000.yaml +++ b/tests/in/001000.yaml @@ -2,8 +2,10 @@ services: web: build: . depends_on: - - db - - redis + db: + condition: service_healthy + redis: + condition: service_started redis: image: redis db: