Skip to content

Commit

Permalink
correct ports
Browse files Browse the repository at this point in the history
  • Loading branch information
jpprins1 committed Dec 21, 2023
1 parent f11f103 commit 0c4dc2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
redis:
# Docker Hub image
image: 5.0.3-alpine
ports: 6379:6379
ports:
- 6379:6379
# Set health checks to wait until redis has started
options: >-
--health-cmd "redis-cli ping"
Expand Down

0 comments on commit 0c4dc2f

Please sign in to comment.