From faf989c1b47d2f807e83ff2c19208add5e9f4e34 Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 20 Aug 2019 09:54:09 +0100 Subject: [PATCH] Update aspnetcore.yml --- .github/workflows/aspnetcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aspnetcore.yml b/.github/workflows/aspnetcore.yml index 58aed1187..2ee6d6b78 100644 --- a/.github/workflows/aspnetcore.yml +++ b/.github/workflows/aspnetcore.yml @@ -16,4 +16,4 @@ jobs: - name: Build with dotnet run: dotnet build src/Ombi.sln --configuration Release - name: Run Tests - run: dotnet test src/Ombi.sln --no-build + run: dotnet test src/Ombi.sln