diff --git a/README.md b/README.md index e909f24..ca21de6 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ quality is measured by: This project has standard JUnit tests. To run them execute this command: ``` -./mvnw verify -P testcontainers-support +./mvnw verify -P use-testcontainers ``` It is mandatory to keep test code coverage not below **80** percents and cover all business logic and edge cases. diff --git a/pom.xml b/pom.xml index 92b2911..53ae451 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ - testcontainers-support + use-testcontainers false