Skip to content

Commit a7915ff

Browse files
committed
tests
1 parent a14dd4d commit a7915ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
redis-version: ${{ matrix.redis-version }}
7373

7474
- name: Start Redis Sentinel
75-
run: docker run -d --name ${{env.REDIS_SENTINEL_HOST}} -p 26379:26379 --link redis:redis -v $PWD/sentinel.conf:/sentinel.conf redis:${{ matrix.redis-version }} redis-server sentinel.conf --sentinel
75+
run: docker run -d --name ${{env.REDIS_SENTINEL_HOST}} -p 26379:26379 --link redis:redis -v $PWD:/sentinel.conf:/data/sentinel.conf redis:${{ matrix.redis-version }} redis-server sentinel.conf --sentinel
7676

7777
- name: Execute tests (PDO with Sqlite)
7878
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)