Y
Hacker News
new
|
ask
|
show
|
jobs
by
brento
3681 days ago
I got beta access, created a custom docker image and got my tests to run however lots of them are failing because I need redis. Is there a way to add Redis server?
2 comments
rajksarkar
3681 days ago
Currently not inside pipelines. You could create your own redis and connect to that. Best option is to stub/mock redis in the tests.
link
chrisbroadfoot
3681 days ago
Add Redis to your custom docker image?
link