From 50978733f4bb2cd4a9ec47889fdaaf415a8bc192 Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 20 Aug 2019 09:27:39 +0100 Subject: [PATCH] Update aspnetcore.yml --- .github/workflows/aspnetcore.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/aspnetcore.yml b/.github/workflows/aspnetcore.yml index c4dc13a62..58aed1187 100644 --- a/.github/workflows/aspnetcore.yml +++ b/.github/workflows/aspnetcore.yml @@ -15,3 +15,5 @@ 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 --no-build