Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
snakex64 committed Sep 20, 2024
1 parent 0795b4a commit f0bcd34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
with:
name: buildArtifact
path: ./src
retention-days: 7

tests:
name: Run Unit Tests
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@
/src/NodeDev.Core.Types/bin
/src/NodeDev.EndToEndTests/bin/Debug/net8.0
/src/NodeDev.EndToEndTests/obj
/src/NodeDev.Blazor.Server/project_backup.json
2 changes: 1 addition & 1 deletion src/NodeDev.EndToEndTests/Hooks/Hooks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static async Task StartServer()
CreateNoWindow = false,
FileName = "dotnet",
Arguments = "run --no-build",
WorkingDirectory = Environment.GetEnvironmentVariable("NodeDevServerPath") ?? @"..\..\..\..\NodeDev.Blazor.Server",
WorkingDirectory = @"..\..\..\..\NodeDev.Blazor.Server",
})!;
}

Expand Down

0 comments on commit f0bcd34

Please sign in to comment.