Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Verseth committed Nov 15, 2024
1 parent de45ad5 commit 27720f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
# Maps port 6379 on service container to the host
- 6379:6379
env:
CI: true
# The hostname used to communicate with the Redis service container
REDIS_HOST: redis
REDIS_HOST: localhost
# The default Redis port
REDIS_PORT: 6379
strategy:
Expand Down

0 comments on commit 27720f7

Please sign in to comment.