Update ci.yml

This commit is contained in:
Malte Rosenbjerg 2020-10-25 17:38:06 +01:00 committed by GitHub
parent 1b42eb2c1a
commit e9817cf7cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,5 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
- name: Build with dotnet
run: dotnet build
- name: Test with dotnet
run: dotnet test --logger GitHubActions