Skip to content

Commit dcfe63e

Browse files
committed
ci action fixes
Signed-off-by: Joey Smith <jsmith@webinertia.net>
1 parent a5c2e3a commit dcfe63e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ services:
88
volumes:
99
- ./:/var/www/html
1010
depends_on:
11-
- postgresql
11+
- postgres
1212

13-
postgresql:
13+
postgres:
1414
build:
1515
context: ./
16-
dockerfile: docker/databases/postgresql/Dockerfile
16+
dockerfile: docker/databases/postgres/Dockerfile
1717
args:
1818
- VERSION=${VERSION:-17.4}
1919
- ALPINE_VERSION=${ALPINE_VERSION:-3.21}

phpunit.xml.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
</source>
3535
<php>
3636
<env name="TESTS_PHPDB_PGSQL" value="true"/>
37-
<env name="TESTS_PHPDB_PGSQL_HOSTNAME" value="postgresql"/>
38-
<env name="TESTS_PHPDB_PGSQL_USERNAME" value="postgres"/>
39-
<env name="TESTS_PHPDB_PGSQL_PASSWORD" value="postgres"/>
37+
<env name="TESTS_PHPDB_PGSQL_HOSTNAME" value="postgres"/>
38+
<env name="TESTS_PHPDB_PGSQL_USERNAME" value="gha"/>
39+
<env name="TESTS_PHPDB_PGSQL_PASSWORD" value="password"/>
4040
<env name="TESTS_PHPDB_PGSQL_DATABASE" value="phpdb_test"/>
4141
</php>
4242
</phpunit>

0 commit comments

Comments
 (0)