Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ This QA check requires additional config settings in `auth.properties` to connec
### Running the code
You can run the checks like this:
```
java -Xmx8G -jar release-qa-0.1.0-jar-with-dependencies.jar
java -Xmx8G -jar release-qa-0.1.0-exec
```
This will run a set of QAs for release. Before running the above, make sure you have edited
`resources/auth.properties` to provide required database connection information. All outputs
will be generated in the output folder.

You can run a specific check like this:
```
java -Xmx8G -jar release-qa-0.1.0-jar-with-dependencies.jar [CHECK]
java -Xmx8G -jar release-qa-0.1.0-exec [CHECK]
```
where `CHECK` is the QA check simple class name without file extension.

Expand Down
Loading