Skip to content

Commit 4328f6b

Browse files
committed
update redis service
1 parent 26fa649 commit 4328f6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717

1818
services:
1919
redis:
20-
image: redis:6-alpine
20+
image: redis
21+
ports:
22+
- 6379:6379
2123

2224
steps:
2325
- name: Checkout repository

0 commit comments

Comments
 (0)