Skip to content

Commit

Permalink
doc(#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Apr 11, 2024
1 parent 9ecae5a commit 4505b80
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,19 @@ before sending us your pull request please run full maven build:
$ mvn clean install -Pjacoco
```

If you want to run simulation tests (annotated with `@Tag("simulation")`):
If you want to run simulation integration tests (annotated with `@Tag("simulation")`):

```shell
$ mvn clean install -Psimulation -DINPUT_GITHUB_TOKEN=...
$ mvn clean install -Psimulation -DINPUT_GITHUB_TOKEN=... -DINPUT_DEEPINFRA_TOKEN=... -DINPUT_DEEPINFRA_MODEL=...
```

Provide your GitHub [token](https://github.com/settings/tokens) with write permissions
For `INPUT_GITHUB_TOKEN` provide your GitHub [token](https://github.com/settings/tokens) with write permissions
to the next repositories:

* [h1alexbel/test](https://github.com/h1alexbel/test)

For `INPUT_DEEPINFRA_TOKEN` provide your token from Deep Infra,
you can obtain it [here](https://deepinfra.com/dash/api_keys).
For `INPUT_DEEPINFRA_MODEL` pick one of the [available models](https://deepinfra.com/models/text-generation).

You will need Maven 3.8+ and Java 17+.

1 comment on commit 4505b80

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 4505b80 Apr 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 60-3f8063c1 discovered in src/main/java/git/tracehub/codereview/action/AnalysisRoutine.java) and submitted as #63. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.