Skip to content

Commit 53bc0b3

Browse files
committed
Fix postgresql host
1 parent ff956fe commit 53bc0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
CARGO_TERM_COLOR: always
1010
RUST_BACKTRACE: 1
1111
RUST_TEST_THREADS: 1
12-
SQL_URL: postgres://db_user:db_pass@localhost:5432/test_db
12+
SQL_URL: postgres://db_user:db_pass@postgres:5432/test_db
1313

1414
jobs:
1515
backend_test:

0 commit comments

Comments
 (0)