From bc4e2b78f3397591909e2ab91b2e94b6f621d38b Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 20 Aug 2019 10:17:25 +0100 Subject: [PATCH] Update aspnetcore.yml --- .github/workflows/aspnetcore.yml | 2 -- 1 file changed, 2 deletions(-) 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