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 a006e9a commit 21953fbCopy full SHA for 21953fb
.github/workflows/pr-validation.yml
@@ -45,6 +45,6 @@ jobs:
45
# Install and run the durabletask-go sidecar for running e2e tests
46
- name: Pytest e2e tests
47
run: |
48
- go install github.com/microsoft/durabletask-go@latest
+ go install github.com/microsoft/durabletask-go@main
49
durabletask-go --port 4001 &
50
pytest -m "e2e" --verbose
0 commit comments