Update postgres github service auth

set auth method to `trust`, because it only needed for testing
This commit is contained in:
SOT-TECH
2022-06-21 18:16:56 +03:00
committed by GitHub
parent 73d8922c74
commit 17f98763bf

View File

@@ -31,7 +31,7 @@ jobs:
env:
POSTGRES_DB: test
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_HOST_AUTH_METHOD: trust
ports: [ "5432:5432" ]
options: >-
--health-cmd pg_isready