From c79b395ae350716b203e11fbe2f827355ab590cf Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Tue, 14 Jul 2020 15:44:44 -0400 Subject: [PATCH] Add better note for POSTGRES_DB in Phoenix workflow --- ci/phoenix.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/phoenix.yml b/ci/phoenix.yml index 70eed52..7403b60 100644 --- a/ci/phoenix.yml +++ b/ci/phoenix.yml @@ -18,7 +18,8 @@ jobs: env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres - POSTGRES_DB: phoenix_test # Replace with your test database name! + # NOTE: Replace "phoenix_test" with your DB name from config/test.exs. + POSTGRES_DB: phoenix_test options: >- --health-cmd pg_isready --health-interval 10s