Skip to content

Commit

Permalink
AJ-1196 Update README.md #running section to run clean (#322)
Browse files Browse the repository at this point in the history
AJ-1196 Update README.md #running section to get a clean `gradlew build` command.

The doc as authored results in a failing build because the postgres container isn't running.  Since running the tests is covered later, skipping them here allows the suggested command to run without breakage, and accomplishes the goal to "just build the code."
  • Loading branch information
jladieu authored Aug 10, 2023
1 parent dcafaff commit 61be791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export WORKSPACE_ID=123e4567-e89b-12d3-a456-426614174000
## Running
To just build the code, from the root directory run
```bash
./gradlew build
./gradlew build --exclude-task test
```
To run the application, first a postgres database must be running:
```bash
Expand Down

0 comments on commit 61be791

Please sign in to comment.