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 72
72
redis-version : ${{ matrix.redis-version }}
73
73
74
74
- 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
76
76
77
77
- name : Execute tests (PDO with Sqlite)
78
78
run : vendor/bin/phpunit
Original file line number Diff line number Diff line change 15
15
<group >Performance</group >
16
16
</exclude >
17
17
</groups >
18
- <php >
19
- <env name =" REDIS_SENTINEL_HOST" value =" redis-sentinel" />
20
- </php >
21
18
</phpunit >
You can’t perform that action at this time.
0 commit comments