mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-12 18:15:46 +02:00
Fix env
This commit is contained in:
parent
5f2e26f154
commit
5c1732d119
1 changed files with 4 additions and 0 deletions
4
.github/workflows/python.yml
vendored
4
.github/workflows/python.yml
vendored
|
|
@ -34,6 +34,10 @@ jobs:
|
|||
--health-retries 5
|
||||
ports:
|
||||
- 5433:5432
|
||||
env:
|
||||
POSTGRES_DB: didier_pytest
|
||||
POSTGRES_USER: pytest
|
||||
POSTGRES_PASSWORD: pytest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup Python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue