From 6ba5195fb667ab6beb67af340942bcd67699c469 Mon Sep 17 00:00:00 2001 From: h1alexbel Date: Thu, 7 Mar 2024 12:02:50 +0300 Subject: [PATCH] fix(#74) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95a4e9a..00b3bd2 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ provided they don't violate our quality standards. To avoid frustration, before sending us your pull request please run full Maven build: ```bash -$ mvn clean install -DskipITs +$ mvn clean install ``` You will need Maven 3.8.7+ and Java 17+. @@ -64,11 +64,11 @@ You will need Maven 3.8.7+ and Java 17+. If you want to run an integration tests to check whole system, run: ```bash -$ mvn clean install -DGithubToken=... +$ mvn clean install -Psimulation -DGithubToken=... ``` You should provide GitHub [token](https://github.com/settings/tokens) as value for `GithubToken` variable. -Token must be granted with write permissions to `hizmailovich/draft`. +Token must be granted with **write permissions** to `hizmailovich/draft`. Ensure that you have a running [Docker](https://docs.docker.com/config/daemon/troubleshoot/) in your environment. If you test it locally, you can use [Docker Desktop](https://www.docker.com/products/docker-desktop).