Skip to content

Commit

Permalink
fix: remove REDIS_HOST
Browse files Browse the repository at this point in the history
  • Loading branch information
avardugin committed Aug 19, 2024
1 parent f40770e commit 6d26d89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/run-tests-with-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
run: vendor/bin/phpunit --coverage-clover build/logs/clover.xml
env:
DB_PORT: ${{ job.services.postgres.ports[5432] }}
REDIS_HOST: redis
REDIS_PORT: 6379
- name: Upload coverage results to Coveralls
env:
Expand Down

0 comments on commit 6d26d89

Please sign in to comment.