Skip to content

Commit 24206a6

Browse files
committed
tests
1 parent d555be5 commit 24206a6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,7 @@ jobs:
6060
redis-version: ${{ matrix.redis-version }}
6161

6262
- 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
63+
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
6964

7065
- name: Execute tests (PDO with Sqlite)
7166
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)