Revert "Specify redis host in CI"

This reverts commit b2187c5979.
This commit is contained in:
Chris Kankiewicz
2021-02-23 22:06:17 -07:00
parent cced9fe0d6
commit 21e05f402e

View File

@@ -52,8 +52,6 @@ jobs:
run: app/vendor/bin/psalm --show-info=true
- name: Run Tests
env:
REDIS_HOST: redis
run: app/vendor/bin/phpunit --coverage-text
javascript: