fix: CI test DB — use main DB in CI, skip test DB creation
This commit is contained in:
parent
651a054971
commit
2ecd0bbc33
2 changed files with 18 additions and 13 deletions
|
|
@ -24,6 +24,7 @@ jobs:
|
|||
--health-timeout 5s
|
||||
--health-retries 5
|
||||
env:
|
||||
CI: "true"
|
||||
WG_DATABASE_URL: postgresql+asyncpg://wiregui:wiregui@postgres/wiregui
|
||||
steps:
|
||||
- name: Install system dependencies and checkout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue