Add better note for POSTGRES_DB in Phoenix workflow

This commit is contained in:
Jonathan Clem
2020-07-14 15:44:44 -04:00
parent 4afa7ab9ef
commit c79b395ae3
+2 -1
View File
@@ -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