We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2e3f8 commit acc704cCopy full SHA for acc704c
1 file changed
.github/workflows/testing.yml
@@ -44,7 +44,7 @@ jobs:
44
- "3.11"
45
db-url:
46
- "sqlite+aiosqlite:///./db.sqlite3"
47
- - "postgresql+asyncpg://user:passwd@localhost:5432/postgres"
+ - "postgresql+asyncpg://user:passwd@postgres:5432/app"
48
49
# Service containers to run with `container-job`
50
services:
@@ -56,7 +56,7 @@ jobs:
56
env:
57
POSTGRES_USER: user
58
POSTGRES_PASSWORD: passwd
59
- POSTGRES_DB: postgres
+ POSTGRES_DB: app
60
# Set health checks to wait until postgres has started
61
options: >-
62
--health-cmd pg_isready
0 commit comments