From 00e21afd808fb8dd23129f5417a00cdc251a6942 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Mon, 18 May 2026 15:37:43 +0200 Subject: [PATCH] Use test-summary/action@ again (merge of contribution that we depended on in https://github.com/test-summary/action/releases/tag/v2.5) --- .github/workflows/build-ilspy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-ilspy.yml b/.github/workflows/build-ilspy.yml index 58fcdefe1..c7ed2d2fa 100644 --- a/.github/workflows/build-ilspy.yml +++ b/.github/workflows/build-ilspy.yml @@ -53,7 +53,7 @@ jobs: - name: Install wix (locked version) run: dotnet tool install --global wix --version 6.0.2 - - name: Install wix extesnion (locked version) + - name: Install wix extension (locked version) run: wix.exe extension add -g WixToolset.UI.wixext/6.0.2 - name: Get Version @@ -83,7 +83,7 @@ jobs: path: 'test-results/${{ matrix.configuration }}/*.trx' - name: Create Test Report - uses: icsharpcode/test-summary-action@dist + uses: test-summary/action@v2 if: always() with: paths: "test-results/${{ matrix.configuration }}/*.trx"