File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 7272 redis-version : ${{ matrix.redis-version }}
7373
7474 - name : Start Redis Sentinel
75- 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
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
7676
7777 - name : Execute tests (PDO with Sqlite)
7878 run : vendor/bin/phpunit
Original file line number Diff line number Diff line change 1515 <group >Performance</group >
1616 </exclude >
1717 </groups >
18- <php >
19- <env name =" REDIS_SENTINEL_HOST" value =" redis-sentinel" />
20- </php >
2118</phpunit >
You can’t perform that action at this time.
0 commit comments