Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdunbar committed Apr 2, 2024
1 parent 2d144dd commit fe1e7d5
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 @@ -28,7 +28,7 @@ starting up dynamodb-local and binding it to port 8000 on the host. When the tes
container will be shutdown.

```
testDockerConfig := Some(DockerConfig("amazon/dynamodb-local", 8000, 8000)),
testDockerConfig := Seq(DockerConfig("amazon/dynamodb-local", 8000, 8000)),
testDockerStart := testDockerStart.dependsOn(Test / compile).value,
Test / test := (Test / test).dependsOn(testDockerStart).value,
Test / testOnly := (Test / testOnly).dependsOn(testDockerStart).evaluated,
Expand Down

0 comments on commit fe1e7d5

Please sign in to comment.