mirror of
https://github.com/sot-tech/mochi.git
synced 2026-04-26 15:40:01 -07:00
Update postgres github service auth
set auth method to `trust`, because it only needed for testing
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user