mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-22 21:54:15 +02:00
Specify redis host in CI
This commit is contained in:
2
.github/workflows/test-suite.yaml
vendored
2
.github/workflows/test-suite.yaml
vendored
@@ -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:
|
||||
|
Reference in New Issue
Block a user