Skip to content

Commit

Permalink
Add redis provider
Browse files Browse the repository at this point in the history
Signed-off-by: qooba <[email protected]>
  • Loading branch information
qooba committed May 12, 2021
1 parent 5d82c18 commit b8b0d9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
services:
redis:
image: redis
ports:
- 6379:6379
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
Expand Down Expand Up @@ -53,4 +55,4 @@ jobs:
run: FEAST_TELEMETRY=False pytest --verbose --color=yes sdk/python/tests --integration
env:
REDIS_TYPE: REDIS
REDIS_CONNECTION_STRING: redis:6379,db=0
REDIS_CONNECTION_STRING: localhost:6379,db=0

0 comments on commit b8b0d9f

Please sign in to comment.