We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56319fd commit 0d7666fCopy full SHA for 0d7666f
docs/development.md
@@ -24,7 +24,8 @@ make test-unit
24
The E2E (end-to-end) tests require a sidecar process to be running. You can use the Durable Task test sidecar using the following `docker` command:
25
26
```sh
27
-docker run --name durabletask-sidecar -p 4001:4001 --env 'DURABLETASK_SIDECAR_LOGLEVEL=Debug' --rm cgillum/durabletask-sidecar:latest start --backend Emulator
+go install github.com/microsoft/durabletask-go@main
28
+durabletask-go --port 4001
29
```
30
31
To run the E2E tests, run the following command from the project root:
0 commit comments