This commit is contained in:
Malte Rosenbjerg 2020-10-25 17:43:11 +01:00
commit f18948804a

View file

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