fix: Remove separate restore step

This commit is contained in:
Michael Croes
2023-07-23 23:10:21 +02:00
parent 18402604d1
commit 12ea402769

View File

@@ -130,11 +130,8 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ matrix.test-framework }}-nuget
- name: Restore
run: dotnet restore --runtime ${{ matrix.test-framework }} S7.Net.UnitTest
- name: Test
run: dotnet test --no-restore --nologo --verbosity normal --logger GitHubActions --framework ${{ matrix.test-framework }}
run: dotnet test --nologo --verbosity normal --logger GitHubActions --framework ${{ matrix.test-framework }}
deploy:
# Publish only when creating a GitHub Release