Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Adding redis-server entrypoint #15

Merged
merged 1 commit into from
Oct 16, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/redis-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
image: redis
ports:
- 6379:6379
options: --entrypoint redis-server

steps:
- uses: actions/checkout@v1
Expand All @@ -41,6 +42,7 @@ jobs:
image: redis
ports:
- 6379/tcp
options: --entrypoint redis-server

steps:
- uses: actions/checkout@v1
Expand All @@ -52,4 +54,4 @@ jobs:
working-directory: ./redis
env:
REDIS_HOST: localhost
REDIS_PORT: ${{ job.services.redis.ports[6379] }}
REDIS_PORT: ${{ job.services.redis.ports[6379] }}