From d8b34f97a674d326ebcff5f0604c1314b2f11e43 Mon Sep 17 00:00:00 2001 From: Martin Vogel <martin.vogel@sinc.de> Date: Tue, 6 Sep 2022 08:23:12 +0000 Subject: [PATCH] chore: adjust readme to build project without running all tests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8d5f696d..2584a5354 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ _The following steps show how to get the SDK running_ ``` 4. Build the project ```sh - mvn clean install + mvn clean install -DskipTests ``` 5. Enter your API keys and references to your private decryption key in `config.yml` -- GitLab