Skip to content

Commit 785e3e8

Browse files
committed
Testing new solution for Postgres
1 parent 53accb0 commit 785e3e8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ jobs:
226226
image: postgres:12
227227
env:
228228
POSTGRES_PASSWORD: postgres
229+
ports:
230+
- "5432:5432"
229231
# Set health checks to wait until postgres has started
230232
options: >-
231233
--health-cmd pg_isready

phpunit.postgres.github.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<php>
2020
<!-- "Real" test database -->
21-
<var name="db_host" value="postgres" />
21+
<var name="db_host" value="127.0.0.1" />
2222
<var name="db_username" value="postgres" />
2323
<var name="db_password" value="postgres" />
2424
<var name="db_name" value="tdbm_test" />

0 commit comments

Comments
 (0)