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

Currently not inside pipelines. You could create your own redis and connect to that. Best option is to stub/mock redis in the tests.
Add Redis to your custom docker image?