Skip to content

Commit

Permalink
test(postgres): test process must depend on pg4-init having completed
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaraj-bh committed Dec 10, 2024
1 parent e45a565 commit 9bb91e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/services/postgres/postgres_test.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"pg1".condition = "process_healthy";
"pg2".condition = "process_healthy";
"pg3".condition = "process_healthy";
"pg4-init".condition = "process_completed";
};
};
}

0 comments on commit 9bb91e5

Please sign in to comment.