Browse Source

Use phoenix-actions/test-reporting@v6 instead of dorny/test-reporter@v1

pull/2650/head
Siegfried Pammer 3 years ago
parent
commit
bea9690c89
  1. 2
      .github/workflows/build-ilspy.yml

2
.github/workflows/build-ilspy.yml

@ -59,7 +59,7 @@ jobs:
Tests3: ILSpy.BamlDecompiler.Tests\bin\${{ matrix.configuration }}\net6.0-windows\win-x64\ILSpy.BamlDecompiler.Tests.dll Tests3: ILSpy.BamlDecompiler.Tests\bin\${{ matrix.configuration }}\net6.0-windows\win-x64\ILSpy.BamlDecompiler.Tests.dll
- name: Test Report - name: Test Report
uses: dorny/test-reporter@v1 uses: phoenix-actions/test-reporting@v6
if: success() || failure() if: success() || failure()
with: with:
name: Unit Test Results (${{ matrix.configuration }}) name: Unit Test Results (${{ matrix.configuration }})

Loading…
Cancel
Save