We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ac3de commit 4591469Copy full SHA for 4591469
1 file changed
.github/workflows/pr_integration_tests.yml
@@ -21,6 +21,8 @@ jobs:
21
services:
22
redis:
23
image: redis
24
+ ports:
25
+ - 6379:6379
26
options: >-
27
--health-cmd "redis-cli ping"
28
--health-interval 10s
@@ -56,7 +58,7 @@ jobs:
56
58
run: FEAST_TELEMETRY=False pytest --cov=./ --cov-report=xml --verbose --color=yes sdk/python/tests --integration
57
59
env:
60
REDIS_TYPE: REDIS
- REDIS_CONNECTION_STRING: redis:6379,db=0
61
+ REDIS_CONNECTION_STRING: localhost:6379,db=0
62
- name: Upload coverage to Codecov
63
uses: codecov/codecov-action@v1
64
with:
0 commit comments