diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index b737218..39aeef3 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -30,5 +30,5 @@ jobs: run: dotnet build AppLensDesktop.sln --configuration Release --no-restore - name: Test - run: dotnet test tests\AppLens.Backend.Tests\AppLens.Backend.Tests.csproj --configuration Release --no-build + run: dotnet test AppLensDesktop.sln --configuration Release --no-build