Skip to content

Commit 8e38188

Browse files
committed
fix paths
1 parent 793029c commit 8e38188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoketest-dotnet-isolated-v4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# Run smoke tests
7676
- name: Run smoke tests
7777
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
78+
cd ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated && func host start & ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated/run-smoke-tests.ps1 -HttpStartPath api/durable_HttpStartTimeoutOrchestrator
7979

8080
# # Validation is blocked on https://github.com/Azure/azure-functions-host/issues/7995
8181
# - name: Run V4 .NET Isolated Smoke Test

0 commit comments

Comments
 (0)