Skip to content

Commit 25e2c69

Browse files
committed
Maybe fix the test pipeline.
1 parent bbc9b31 commit 25e2c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Build.Backend.Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ partial class Build
4040

4141
// due to [ref](https://github.com/Mongo2Go/Mongo2Go/issues/144)
4242
ProcessTasks
43-
.StartProcess("sudo", $"chown -R {user}:{user} /home/runneradmin")
43+
.StartProcess("sudo", $"chown -R {user}:{user} /home/runner")
4444
.AssertZeroExitCode();
4545
// encoded spaces [ref](https://github.com/microsoft/azure-pipelines-tasks/issues/18731#issuecomment-1689118779)
4646
DotnetCoverage?.Invoke(

0 commit comments

Comments
 (0)