Skip to content

Commit

Permalink
some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pvsaintpe committed May 1, 2024
1 parent 741d24e commit 65b49f9
Show file tree
Hide file tree
Showing 4 changed files with 863 additions and 28 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ jobs:
postgres:
image: 'postgres:${{ matrix.postgres }}'
env:
POSTGRESQL_USER: ${{ env.DB_USER }}
POSTGRESQL_PASSWORD: ${{ env.DB_PASSWORD }}
POSTGRESQL_DB: ${{ env.DB_NAME }}
POSTGRES USER: ${{ env.DB_USER }}
POSTGRES PASSWORD: ${{ env.DB_PASSWORD }}
POSTGRES DB: ${{ env.DB_NAME }}
ports:
- 5432:5432
# needed because the postgres container does not provide a healthcheck
Expand Down Expand Up @@ -152,7 +152,6 @@ jobs:
-e "s/\${DATABASE}/${{ env.DB_NAME }}/" \
-e "s/\${HOST}/${{ env.DB_HOST }}/" \
phpunit.xml.dist > phpunit.xml
./vendor/bin/phpunit -c phpunit.xml --migrate-configuration
./vendor/bin/phpunit \
--stderr \
--exclude-group ${{ matrix.exclude_group }} \
Expand Down
Loading

0 comments on commit 65b49f9

Please sign in to comment.