Skip to content

Commit 7817016

Browse files
authored
Update GitHubActionsTestLogger (#1683)
1 parent abe49d5 commit 7817016

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: dotnet build ${{ matrix.slnf }} -c Release /p:CopyLocalLockFileAssemblies=true
7777

7878
- name: Test
79-
run: dotnet test ${{ matrix.slnf }} -c Release --no-build -l "GitHubActions;report-warnings=false" -l "trx;LogFileName=${{ matrix.os }}-test-results.trx"
79+
run: dotnet test ${{ matrix.slnf }} -c Release --no-build -l GitHubActions -l "trx;LogFileName=${{ matrix.os }}-test-results.trx"
8080

8181
# - name: Create Test Report
8282
# uses: phoenix-actions/test-reporting@4b942144e31c4039ac808d9b29945864b628a574

test/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<PackageReference Include="Verify.Xunit" Version="16.8.2" />
4545
<PackageReference Include="Verify.DiffPlex" Version="1.2.0" />
4646
<PackageReference Include="PublicApiGenerator" Version="10.3.0" />
47-
<PackageReference Include="GitHubActionsTestLogger" Version="1.4.1" />
47+
<PackageReference Include="GitHubActionsTestLogger" Version="2.0.0" />
4848
</ItemGroup>
4949

5050
</Project>

0 commit comments

Comments
 (0)