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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ public static class AppHelper
|
|||||||
{
|
{
|
||||||
var startInfo = new ProcessStartInfo
|
var startInfo = new ProcessStartInfo
|
||||||
{
|
{
|
||||||
FileName = "/snap/bin/dotnet",
|
FileName = "dotnet",
|
||||||
Arguments = "run --project ../../../../../src/",
|
Arguments = "run --project ../../../../../src/",
|
||||||
WorkingDirectory = AppContext.BaseDirectory,
|
WorkingDirectory = AppContext.BaseDirectory,
|
||||||
UseShellExecute = false,
|
UseShellExecute = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user