Skip to content

Commit cdfcbac

Browse files
author
Eyal Rozen
committed
fix: add porting to redis service
1 parent 2c9856e commit cdfcbac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
services:
4949
redis:
5050
image: redis:8.2-alpine
51+
ports:
52+
- 6379:6379
5153
options: >-
5254
--health-cmd "redis-cli ping"
5355
--health-interval 10s

0 commit comments

Comments
 (0)