mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Fixed dotnet snap specific reference
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: UI Tests
|
||||
name: E2E Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user