File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,11 +133,11 @@ tox -e integration
133133tox -e examples
134134```
135135
136- If you need to run the examples against a pre-released version of the runtime, you can use the following command:
136+ If you need to run the examples or integration tests against a pre-released version of the runtime, you can use the following command:
137137- Get your daprd runtime binary from [ here] ( https://github.com/dapr/dapr/releases ) for your platform.
138138- Copy the binary to your dapr home folder at $HOME/.dapr/bin/daprd.
139139Or using dapr cli directly: ` dapr init --runtime-version <release version> `
140- - Now you can run the examples with ` tox -e integration ` .
140+ - Now you can run the examples with ` tox -e examples ` or the integration tests with ` tox -e integration` .
141141
142142
143143## Documentation
You can’t perform that action at this time.
0 commit comments