Skip to content

Commit

Permalink
fix: revert DB_PORT
Browse files Browse the repository at this point in the history
  • Loading branch information
avardugin committed Aug 19, 2024
1 parent 25a1e47 commit cbefc2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests-with-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Execute unit tests via PHPUnit with coverage
run: vendor/bin/phpunit --coverage-clover build/logs/clover.xml
env:
DB_PORT: ${{ job.services.postgres.ports[5432] }}
- name: Upload coverage results to Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit cbefc2b

Please sign in to comment.