Skip to content

Commit 165e53f

Browse files
committed
Making workflow run once with push trigger.
1 parent 77aaa2f commit 165e53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/Experimental/Process.IntegrationTestRunner.Dapr/ProcessTestFixture.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ private async Task StartTestHostAsync()
3333
{
3434
try
3535
{
36-
string workingDirectory = Path.GetFullPath(Path.Combine(Directory.GetCurrentDirectory(), @"..\..\..\..\Process.IntegrationTestHost.Dapr"));
36+
string workingDirectory = Path.GetFullPath(Path.Combine(Directory.GetCurrentDirectory(), @"../../../../Process.IntegrationTestHost.Dapr"));
3737
var processStartInfo = new ProcessStartInfo
3838
{
3939
FileName = "dapr",

0 commit comments

Comments
 (0)