From cb591f74c26414c9fdbefdd81808e6233d3b80d2 Mon Sep 17 00:00:00 2001 From: shivaraj-bh Date: Thu, 7 Sep 2023 20:09:26 +0530 Subject: [PATCH] depend on m1-configure --- nix/mysql_test.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/mysql_test.nix b/nix/mysql_test.nix index c79223b3..bc2f7a66 100644 --- a/nix/mysql_test.nix +++ b/nix/mysql_test.nix @@ -26,8 +26,8 @@ name = "mysql-test"; }; depends_on = { - m1.condition = "process_healthy"; - m2.condition = "process_healthy"; + m1-configure.condition = "process_completed"; + m2-configure.condition = "process_completed"; }; }; }