diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 279aa127..7ac189a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,14 +22,12 @@ jobs: dotnet-version: | 6.0.405 8.0.101 - - name: Install solution dependencies - run: dotnet restore - name: Build - run: dotnet build --configuration Release --no-restore + run: dotnet build --configuration Release - name: Test Examples run: dotnet test ../examples/ - name: Test & Code Coverage - run: dotnet test --collect:"XPlat Code Coverage" -r codecov --no-restore --verbosity normal + run: dotnet test --collect:"XPlat Code Coverage" -r codecov --verbosity normal - name: Codecov uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # 3.1.0 with: