Skip to content

Commit bc5ed05

Browse files
committed
use localhost
1 parent 395801c commit bc5ed05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
POSTGRES_USER: postgres
3333
POSTGRES_PASSWORD: postgres
3434
POSTGRES_DB: test_db
35-
POSTGRES_HOST: postgres
35+
POSTGRES_HOST: 127.0.0.1
3636
POSTGRES_PORT: 5432
3737

3838
steps:

0 commit comments

Comments
 (0)