Skip to content

Commit

Permalink
add redis to container pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tawoe committed Nov 20, 2023
1 parent 0a4f3b5 commit 419ca7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
redis:
# Docker Hub image
image: redis
ports:
# Opens tcp port 6379 on the host and service container
- 6379:6379
# Set health checks to wait until redis has started
options: >-
--health-cmd "redis-cli ping"
Expand Down

0 comments on commit 419ca7e

Please sign in to comment.