Add password

pull/115/head
stijndcl 2022-06-17 00:47:10 +02:00
parent 00e805d535
commit 9193e73af9
1 changed files with 2 additions and 0 deletions

View File

@ -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