Add better note for POSTGRES_DB in Phoenix workflow
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user