Skip to content

Commit e34d6f9

Browse files
committed
Use 6379 port for github actions test.
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent 0f9c86b commit e34d6f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Run redis with a password
115115
run: |
116-
docker run --rm --name redis -p $REDIS_PORT:6380 -d redis:${{ matrix.redis-versions }} redis-server --requirepass "secret" --port 6379
116+
docker run --rm --name redis -p $REDIS_PORT:6379 -d redis:${{ matrix.redis-versions }} redis-server --requirepass "secret" --port 6379
117117
118118
- name: Install dependencies
119119
run: |
@@ -126,4 +126,4 @@ jobs:
126126
- name: Execute tests
127127
run: vendor/bin/phpunit --exclude-group=redis-insecure\
128128
env:
129-
REDIS_PORT: 6380
129+
REDIS_PORT: 6379

0 commit comments

Comments
 (0)