Skip to content

Commit

Permalink
fix redis
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 4, 2024
1 parent 3cdf772 commit be16333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
PGSQL_DSN: "pgsql:host=postgres;dbname=test_db"
PGSQL_USER: test_user
PGSQL_PASSWORD: test_pass
REDIS_URIS: "redis1://localhost,redis2://localhost,redis3://localhost"
REDIS_URIS: "redis://redis1,redis://redis2,redis://redis3"
MEMCACHE_HOST: memcached
run: |
php -d opcache.enable_cli=1 vendor/bin/phpunit --exclude-group none $(if [ -n "$LOG_COVERAGE" ]; then echo --coverage-text; else echo --no-coverage; fi) --fail-on-warning --fail-on-risky $(if vendor/bin/phpunit --version | grep -q '^PHPUnit 9\.'; then echo -v; else echo --fail-on-notice --fail-on-deprecation --display-notices --display-deprecations --display-warnings --display-errors --display-incomplete --display-skipped; fi)
Expand Down

0 comments on commit be16333

Please sign in to comment.