We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793029c commit 8e38188Copy full SHA for 8e38188
.github/workflows/smoketest-dotnet-isolated-v4.yml
@@ -75,7 +75,7 @@ jobs:
75
# Run smoke tests
76
- name: Run smoke tests
77
run: azurite --silent --blobPort 10000 --queuePort 10001 --tablePort 10002 &
78
- cd ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated && func host start & \.test\SmokeTests\OOProcSmokeTests\DotNetIsolated\run-smoke-tests.ps1 -HttpStartPath api/durable_HttpStartTimeoutOrchestrator
+ cd ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated && func host start & ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated/run-smoke-tests.ps1 -HttpStartPath api/durable_HttpStartTimeoutOrchestrator
79
80
# # Validation is blocked on https://github.com/Azure/azure-functions-host/issues/7995
81
# - name: Run V4 .NET Isolated Smoke Test
0 commit comments