We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21dd904 commit 951d89bCopy full SHA for 951d89b
1 file changed
.github/workflows/app-tests.yaml
@@ -37,8 +37,8 @@ jobs:
37
env:
38
UV_SYSTEM_PYTHON: 1
39
POSTGRES_HOST: localhost
40
- POSTGRES_USERNAME: postgres
41
- POSTGRES_PASSWORD: root
+ POSTGRES_USERNAME: admin
+ POSTGRES_PASSWORD: postgres
42
POSTGRES_DATABASE: postgres
43
POSTGRES_SSL: disable
44
steps:
0 commit comments