Skip to content

Commit

Permalink
fix(#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Mar 7, 2024
1 parent 3f63f38 commit 6ba5195
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,19 @@ 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+.

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).
Expand Down

0 comments on commit 6ba5195

Please sign in to comment.