Update ci.yml

Former-commit-id: e9817cf7cc
This commit is contained in:
Malte Rosenbjerg 2020-10-25 17:38:06 +01:00 committed by GitHub
parent c00562bb31
commit 0557ca2217

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