diff --git a/.github/workflows/aspnetcore.yml b/.github/workflows/aspnetcore.yml index 2ee6d6b78..c4dc13a62 100644 --- a/.github/workflows/aspnetcore.yml +++ b/.github/workflows/aspnetcore.yml @@ -15,5 +15,3 @@ jobs: dotnet-version: 2.2.108 - name: Build with dotnet run: dotnet build src/Ombi.sln --configuration Release - - name: Run Tests - run: dotnet test src/Ombi.sln