Update aspnetcore.yml

This commit is contained in:
Jamie 2019-08-20 09:27:39 +01:00 committed by GitHub
commit 50978733f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,3 +15,5 @@ jobs:
dotnet-version: 2.2.108 dotnet-version: 2.2.108
- name: Build with dotnet - name: Build with dotnet
run: dotnet build src/Ombi.sln --configuration Release run: dotnet build src/Ombi.sln --configuration Release
- name: Run Tests
run: dotnet test src/Ombi.sln --no-build