diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 1bf04a8..63540ac 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -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: