Skip to content

Commit

Permalink
Added ports to redis test server
Browse files Browse the repository at this point in the history
  • Loading branch information
serkanyazicioglu authored Aug 20, 2022
1 parent 1da2212 commit 7355b76
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
services:
redis:
image: redis
ports:
- 6379:6379

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7355b76

Please sign in to comment.