We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe73e8 commit 1f36c4bCopy full SHA for 1f36c4b
.github/workflows/pytest.yml
@@ -19,7 +19,7 @@ jobs:
19
image: postgres:latest
20
env:
21
POSTGRES_USER: postgres
22
- POSTGRES_PASSWORD: postgres
+ POSTGRES_PASSWORD: password
23
POSTGRES_DB: test_db
24
ports:
25
- 5432:5432
0 commit comments