Skip to content

Commit

Permalink
update ci_flow add redis
Browse files Browse the repository at this point in the history
  • Loading branch information
realhugn committed Sep 25, 2024
1 parent 3105c40 commit dd05a7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci_tinyURL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
redis:
image: redis:latest
ports:
- 6379:6379
options: --entrypoint redis-server

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

0 comments on commit dd05a7e

Please sign in to comment.