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 d555be5 commit 24206a6Copy full SHA for 24206a6
.github/workflows/tests.yml
@@ -60,12 +60,7 @@ jobs:
60
redis-version: ${{ matrix.redis-version }}
61
62
- name: Start Redis Sentinel
63
- run: |
64
- docker run -d --name redis-sentinel \
65
- --link redis:redis \
66
- -v $PWD/sentinel.conf:/sentinel.conf \
67
- redis:${{ matrix.redis-version }} \
68
- redis-server sentinel.conf --sentinel
+ run: docker run -d --name redis-sentinel --link redis:redis -v $PWD/sentinel.conf:/sentinel.conf redis:${{ matrix.redis-version }} redis-server sentinel.conf --sentinel
69
70
- name: Execute tests (PDO with Sqlite)
71
run: vendor/bin/phpunit
0 commit comments