Fixed dotnet snap specific reference

This commit is contained in:
2025-11-09 23:10:44 +01:00
parent a4b4c010e9
commit dc4bced3fb
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
name: UI Tests
name: E2E Tests
on:
push:

View File

@@ -13,7 +13,7 @@ public static class AppHelper
{
var startInfo = new ProcessStartInfo
{
FileName = "/snap/bin/dotnet",
FileName = "dotnet",
Arguments = "run --project ../../../../../src/",
WorkingDirectory = AppContext.BaseDirectory,
UseShellExecute = false,