Skip to content

Commit

Permalink
Making workflow run once with push trigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
alliscode committed Nov 11, 2024
1 parent 77aaa2f commit 165e53f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ private async Task StartTestHostAsync()
{
try
{
string workingDirectory = Path.GetFullPath(Path.Combine(Directory.GetCurrentDirectory(), @"..\..\..\..\Process.IntegrationTestHost.Dapr"));
string workingDirectory = Path.GetFullPath(Path.Combine(Directory.GetCurrentDirectory(), @"../../../../Process.IntegrationTestHost.Dapr"));
var processStartInfo = new ProcessStartInfo
{
FileName = "dapr",
Expand Down

0 comments on commit 165e53f

Please sign in to comment.