# How to run locally the automation service (tested in Ubuntu 20.04) ## Compile code ` ./mvnw compile ` ## Execute unit tests ` ./mvnw test ` ## Run service ` ./mvnw quarkus:dev `