Skip to content

Commit

Permalink
chore: skip reportgenerator in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
catcherwong committed May 26, 2022
1 parent 08dd33a commit 71bf9d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
dotnet test --framework=net6.0 tests/Dtmgrpc.Tests/Dtmgrpc.Tests.csproj --collect:"XPlat Code Coverage"
- name: Prepare Codecov
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
dotnet tool install -g dotnet-reportgenerator-globaltool
Expand Down

0 comments on commit 71bf9d9

Please sign in to comment.