From 35b4f1c911a34a142c6366bce78060c14d379391 Mon Sep 17 00:00:00 2001 From: Elena Kolevska Date: Sat, 8 Feb 2025 00:27:40 +0000 Subject: [PATCH] =?UTF-8?q?Use=20dapr=E2=80=99s=20durabletask-go=20fork?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Elena Kolevska --- .github/workflows/pr-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: