Skip to content

Commit

Permalink
restore again
Browse files Browse the repository at this point in the history
  • Loading branch information
hjgraca committed Jan 18, 2024
1 parent 3b20c09 commit 4e6ca8f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4e6ca8f

Please sign in to comment.