From fac8f374565566623a89b58e475a846af4504ea8 Mon Sep 17 00:00:00 2001 From: David Justo Date: Mon, 30 Sep 2024 21:54:38 -0700 Subject: [PATCH] trying to make orch not pending --- .github/workflows/smoketest-dotnet-isolated-v4.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoketest-dotnet-isolated-v4.yml b/.github/workflows/smoketest-dotnet-isolated-v4.yml index 32d207f41..72e596331 100644 --- a/.github/workflows/smoketest-dotnet-isolated-v4.yml +++ b/.github/workflows/smoketest-dotnet-isolated-v4.yml @@ -80,7 +80,7 @@ jobs: shell: pwsh run: azurite --silent --blobPort 10000 --queuePort 10001 --tablePort 10002 & cd ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated && func host start --port 7071 & - ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated/run-smoke-tests.ps1 -HttpStartPath api/durable_HttpStartTimeoutOrchestrator + ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated/run-smoke-tests.ps1 -HttpStartPath api/StartHelloCitiesTyped # # Validation is blocked on https://github.com/Azure/azure-functions-host/issues/7995 # - name: Run V4 .NET Isolated Smoke Test