Skip to content

Commit

Permalink
update release test instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiafaro-da committed Jan 17, 2022
1 parent d8ba3e6 commit d21996a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -235,7 +235,7 @@ patches we backport to the 1.0 release branch).

1. Verify the new version is specified in `daml.yaml` as the `sdk-version`.

1. Run `daml start`. Your browser should be opened automatically at
1. Run `daml start --sandbox-kv`. Your browser should be opened automatically at
`http://localhost:7500`. Login as `Alice` and verify that there is
1 contract and 3 templates. Close the tab and kill `daml start` using
`Ctrl-C`.
Expand Down

0 comments on commit d21996a

Please sign in to comment.