Specify redis host in CI

This commit is contained in:
Chris Kankiewicz
2021-02-23 21:58:41 -07:00
parent 99304c6814
commit b2187c5979

View File

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