Skip to content

Commit a47e15b

Browse files
Merge pull request #9 from elena-kolevska/fix/fork
Use dapr’s durabletask-go fork
2 parents e86fc77 + 35b4f1c commit a47e15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Install and run the durabletask-go sidecar for running e2e tests
4545
- name: Pytest e2e tests
4646
run: |
47-
go install github.com/microsoft/durabletask-go@main
47+
go install github.com/dapr/durabletask-go@main
4848
durabletask-go --port 4001 &
4949
pytest -m "e2e" --verbose
5050
publish:

0 commit comments

Comments
 (0)