Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid committed Oct 1, 2024
1 parent ba0b935 commit b635aa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/smoketest-dotnet-isolated-v4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b635aa1

Please sign in to comment.