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