Java test with Docker

Hi. I have a java project with maven. I override the build command to mvn clean install to run tests. But I use Testcontainers which uses docker. The build fails Am I doing it the wrong way? Is it possible, or do I need a server like Jenkins or Github actions?

Hi @Ibrahima_Gaye_Coulib, I’m not sure if I understand what’s the issue here. Does the build fail?

Yes it fails. By the way I just setup github actions to run the tests. Now how to check if these github actions have succeeded before deploying