Skip to content

Commit

Permalink
fix: remove REDIS_PORT, DB_PORT
Browse files Browse the repository at this point in the history
  • Loading branch information
avardugin committed Aug 19, 2024
1 parent 6d26d89 commit 25a1e47
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/run-tests-with-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,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] }}
REDIS_PORT: 6379
- name: Upload coverage results to Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 25a1e47

Please sign in to comment.