Skip to content

Commit

Permalink
update readme to include test command
Browse files Browse the repository at this point in the history
  • Loading branch information
dcottingham committed Jul 11, 2024
1 parent 6f8badf commit abda5b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ The Adobe Target Java SDK Samples can be found [here](https://github.com/adobe/t
Check out our [Contribution guidelines](.github/CONTRIBUTING.md) as well as [Code of Conduct](CODE_OF_CONDUCT.md) prior
to contributing to Target Java SDK development.
1. To build the project: `./gradlew build`
2. To install `java-sdk` locally: `./gradle install`
2. To install `java-sdk` locally: `./gradlew install`
3. To run the unit tests locally: `./gradlew test`

## Delivery API Client generation

Expand Down

0 comments on commit abda5b3

Please sign in to comment.