We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96da3c6 commit bab0716Copy full SHA for bab0716
.github/workflows/tests.yml
@@ -72,7 +72,7 @@ jobs:
72
redis-version: ${{ matrix.redis-version }}
73
74
- name: Start Redis Sentinel
75
- run: docker run -d --name $REDIS_SENTINEL_HOST --link redis:redis -v $PWD/sentinel.conf:/sentinel.conf redis:${{ matrix.redis-version }} redis-server sentinel.conf --sentinel
+ run: docker run -d --name ${{env.REDIS_SENTINEL_HOST}} --link redis:redis -v $PWD/sentinel.conf:/sentinel.conf redis:${{ matrix.redis-version }} redis-server sentinel.conf --sentinel
76
77
- name: Execute tests (PDO with Sqlite)
78
run: vendor/bin/phpunit
0 commit comments