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 65b49f9 commit d0ecf4e
Showing 1 changed file with 3 additions and 4 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:
POSTGRES USER: ${{ env.DB_USER }}
POSTGRES PASSWORD: ${{ env.DB_PASSWORD }}
POSTGRES 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 @@ -156,7 +156,6 @@ jobs:
--stderr \
--exclude-group ${{ matrix.exclude_group }} \
--coverage-text
--configuration phpunit.xml
cat build/logs/clover.xml
working-directory: './'
- name: Upload coverage results to Coveralls
Expand Down

0 comments on commit d0ecf4e

Please sign in to comment.