Skip to content

Commit c821b93

Browse files
committed
ci: export correct port
1 parent aec71d8 commit c821b93

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test_linux:
99
runs-on: ubuntu-latest
1010
env:
11-
REDIS_HOST: 0.0.0.0
11+
REDIS_HOST: 127.0.0.1
1212
REDIS_PORT: 7007
1313
REDIS_CLUSTER_PORTS: '7000,7001,7002'
1414
strategy:
@@ -24,6 +24,7 @@ jobs:
2424
IP: 0.0.0.0
2525
STANDALONE: 'true'
2626
ports:
27+
- "7007:7007"
2728
- "7000-7005:7000-7005"
2829

2930
steps:

0 commit comments

Comments
 (0)