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.
2 parents e86fc77 + 35b4f1c commit a47e15bCopy full SHA for a47e15b
.github/workflows/pr-validation.yml
@@ -44,7 +44,7 @@ jobs:
44
# Install and run the durabletask-go sidecar for running e2e tests
45
- name: Pytest e2e tests
46
run: |
47
- go install github.com/microsoft/durabletask-go@main
+ go install github.com/dapr/durabletask-go@main
48
durabletask-go --port 4001 &
49
pytest -m "e2e" --verbose
50
publish:
0 commit comments