Skip to content

Commit

Permalink
Use --sandbox-kv in create-daml-app release tests. (#12450)
Browse files Browse the repository at this point in the history
Was a bit too eager in the last PR, and changed the release test to use
`daml start` instead of `daml start --sandbox-kv`. This PR reverts this
until we make create-daml-app work with the new sandbox.

changelog_begin
changelog_end
  • Loading branch information
sofiafaro-da authored Jan 18, 2022
1 parent 27bfd40 commit b988a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ patches we backport to the 1.0 release branch).

1. `cd create-daml-app`

1. `daml start`
1. `daml start --sandbox-kv`

1. In a new terminal, from the `ui` folder:

Expand Down

0 comments on commit b988a3c

Please sign in to comment.