We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53accb0 commit 785e3e8Copy full SHA for 785e3e8
.github/workflows/continuous-integration.yml
@@ -226,6 +226,8 @@ jobs:
226
image: postgres:12
227
env:
228
POSTGRES_PASSWORD: postgres
229
+ ports:
230
+ - "5432:5432"
231
# Set health checks to wait until postgres has started
232
options: >-
233
--health-cmd pg_isready
phpunit.postgres.github.xml
@@ -18,7 +18,7 @@
18
19
<php>
20
<!-- "Real" test database -->
21
- <var name="db_host" value="postgres" />
+ <var name="db_host" value="127.0.0.1" />
22
<var name="db_username" value="postgres" />
23
<var name="db_password" value="postgres" />
24
<var name="db_name" value="tdbm_test" />
0 commit comments