Skip to content

Commit 8c90293

Browse files
committed
changed ci config for mysql, postgres and mssql
1 parent 85f3ceb commit 8c90293

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
POSTGRES_DB: testing
125125
POSTGRES_USER: postgres
126126
POSTGRES_PASSWORD: ''
127+
POSTGRES_HOST_AUTH_METHOD: trust
127128
options: >-
128129
--health-cmd="pg_isready -U postgres"
129130
--health-interval=10s
@@ -134,7 +135,7 @@ jobs:
134135
POSTGRES_DB: testing
135136
POSTGRES_USER: postgres
136137
POSTGRES_PASSWORD: ''
137-
POSTGRES_HOST_AUTH_METHOD: trust
138+
138139

139140
steps:
140141
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)