diff --git a/.github/workflows/smoketest-dotnet-isolated-v4.yml b/.github/workflows/smoketest-dotnet-isolated-v4.yml index 02b8db300..b9b77a744 100644 --- a/.github/workflows/smoketest-dotnet-isolated-v4.yml +++ b/.github/workflows/smoketest-dotnet-isolated-v4.yml @@ -70,7 +70,8 @@ jobs: # Run smoke tests - name: Run smoke tests - run: azurite --silent --blobPort 10000 --queuePort 10001 --tablePort 10002 & func host start + run: azurite --silent --blobPort 10000 --queuePort 10001 --tablePort 10002 & + cd ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated && func host start # # Validation is blocked on https://github.com/Azure/azure-functions-host/issues/7995 # - name: Run V4 .NET Isolated Smoke Test