mirror of https://github.com/stijndcl/didier
Add password
parent
00e805d535
commit
9193e73af9
|
@ -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…
Reference in New Issue