Skip to content

Commit

Permalink
Merge pull request #9 from elena-kolevska/fix/fork
Browse files Browse the repository at this point in the history
Use dapr’s durabletask-go fork
  • Loading branch information
elena-kolevska authored Feb 8, 2025
2 parents e86fc77 + 35b4f1c commit a47e15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# Install and run the durabletask-go sidecar for running e2e tests
- name: Pytest e2e tests
run: |
go install github.com/microsoft/durabletask-go@main
go install github.com/dapr/durabletask-go@main
durabletask-go --port 4001 &
pytest -m "e2e" --verbose
publish:
Expand Down

0 comments on commit a47e15b

Please sign in to comment.