Skip to content

Commit 7028d39

Browse files
committed
Use localhost
1 parent 53bc0b3 commit 7028d39

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
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@postgres:5432/test_db
12+
SQL_URL: postgres://db_user:db_pass@localhost:5432/test_db
1313

1414
jobs:
1515
backend_test:
@@ -32,7 +32,9 @@ jobs:
3232
--health-interval 10s
3333
--health-timeout 5s
3434
--health-retries 5
35-
35+
ports:
36+
- 5432:5432
37+
3638
steps:
3739
- uses: actions/checkout@v2
3840

0 commit comments

Comments
 (0)