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 cbefc2b commit c9fa756
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests-with-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
postgres:
image: postgres
env:
DB_PORT: 5432
POSTGRES_PASSWORD: ""
POSTGRES_USER: forge
POSTGRES_DB: forge
Expand Down Expand Up @@ -56,8 +57,6 @@ 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 c9fa756

Please sign in to comment.