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 9e31500 commit cb7c6e9Copy full SHA for cb7c6e9
.github/workflows/pr-validation.yml
@@ -43,7 +43,6 @@ jobs:
43
# Install and run the durabletask-go sidecar for running e2e tests
44
- name: Pytest e2e tests
45
run: |
46
- # TODO: use dapr run instead of durabletask-go as it provides a more reliable sidecar behaviorfor e2e tests
47
go install github.com/dapr/durabletask-go@main
48
durabletask-go --port 4001 &
49
tox -e py${{ matrix.python-version }}-e2e
0 commit comments