README.md 186 Bytes
Newer Older
# 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
`