Skip to content

Commit d284dc0

Browse files
authored
update readme to include test command (#79)
1 parent 6f8badf commit d284dc0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ The Adobe Target Java SDK Samples can be found [here](https://github.com/adobe/t
4343
Check out our [Contribution guidelines](.github/CONTRIBUTING.md) as well as [Code of Conduct](CODE_OF_CONDUCT.md) prior
4444
to contributing to Target Java SDK development.
4545
1. To build the project: `./gradlew build`
46-
2. To install `java-sdk` locally: `./gradle install`
46+
2. To install `java-sdk` locally: `./gradlew install`
47+
3. To run the unit tests locally: `./gradlew test`
4748

4849
## Delivery API Client generation
4950

0 commit comments

Comments
 (0)