From b635aa1c3c5b9b1270ff52512f3fabc01669da67 Mon Sep 17 00:00:00 2001 From: David Justo Date: Mon, 30 Sep 2024 20:41:38 -0700 Subject: [PATCH] fix paths --- .github/workflows/smoketest-dotnet-isolated-v4.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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