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