mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-28 01:45:48 +02:00
Add password
This commit is contained in:
parent
00e805d535
commit
9193e73af9
1 changed files with 2 additions and 0 deletions
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
|
|
@ -29,6 +29,7 @@ jobs:
|
||||||
image: postgres:14
|
image: postgres:14
|
||||||
env:
|
env:
|
||||||
POSTGRES_DB: didier_action
|
POSTGRES_DB: didier_action
|
||||||
|
POSTGRES_PASSWORD: postgres
|
||||||
options: >-
|
options: >-
|
||||||
--health-cmd pg_isready
|
--health-cmd pg_isready
|
||||||
--health-interval 10s
|
--health-interval 10s
|
||||||
|
|
@ -56,6 +57,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
DB_TEST_SQLITE: false
|
DB_TEST_SQLITE: false
|
||||||
DB_NAME: didier_action
|
DB_NAME: didier_action
|
||||||
|
DB_PASSWORD: postgres
|
||||||
linting:
|
linting:
|
||||||
needs: [dependencies]
|
needs: [dependencies]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue