Skip to content

Commit

Permalink
test process should depend on both m1 and m2
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaraj-bh committed Sep 7, 2023
1 parent ec5c0f8 commit 8aac6f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/mysql_test.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
name = "mysql-test";
};
depends_on = {
m1.condition = "process_healthy";
m2.condition = "process_healthy";
};
};
Expand Down

0 comments on commit 8aac6f0

Please sign in to comment.