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
|
||||
env:
|
||||
POSTGRES_DB: didier_action
|
||||
POSTGRES_PASSWORD: postgres
|
||||
options: >-
|
||||
--health-cmd pg_isready
|
||||
--health-interval 10s
|
||||
|
|
@ -56,6 +57,7 @@ jobs:
|
|||
env:
|
||||
DB_TEST_SQLITE: false
|
||||
DB_NAME: didier_action
|
||||
DB_PASSWORD: postgres
|
||||
linting:
|
||||
needs: [dependencies]
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue