Skip to content

Commit 21953fb

Browse files
committed
Run E2E tests from durabletask-go main branch instead of latest
1 parent a006e9a commit 21953fb

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
@@ -45,6 +45,6 @@ jobs:
4545
# Install and run the durabletask-go sidecar for running e2e tests
4646
- name: Pytest e2e tests
4747
run: |
48-
go install github.com/microsoft/durabletask-go@latest
48+
go install github.com/microsoft/durabletask-go@main
4949
durabletask-go --port 4001 &
5050
pytest -m "e2e" --verbose

0 commit comments

Comments
 (0)