From c1940bbffd9a6cad80491fc62d3160093d467e98 Mon Sep 17 00:00:00 2001 From: Andre Hofmeister <9199345+HofmeisterAn@users.noreply.github.com> Date: Sat, 10 Feb 2024 21:58:29 +0100 Subject: [PATCH] test: Set test-reporter name property --- .github/workflows/cicd.yml | 6 +++--- .github/workflows/test-report.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 4d88fe157..500177deb 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -78,8 +78,8 @@ jobs: - name: Run Tests run: dotnet cake --target=Tests --test-filter=${{ startsWith(matrix.os, 'ubuntu') && 'FullyQualifiedName~Testcontainers' || 'DockerPlatform=Windows' }} - # The Test Reporter GH Action is not yet compatible with the recent - # actions/upload-artifact updates: https://github.com/dorny/test-reporter/issues/363. + # The Test Reporter GH Action is not compatible with the recent + # actions/upload-artifact@v4 updates: https://github.com/dorny/test-reporter/issues/363. - name: Upload Test And Coverage Results uses: actions/upload-artifact@v3 if: true @@ -175,7 +175,7 @@ jobs: run: dotnet cake --target=Publish # Cake sets the semVer environment variable - - uses: release-drafter/release-drafter@v5 + - uses: release-drafter/release-drafter@v6 with: version: ${{ env.semVer }} env: diff --git a/.github/workflows/test-report.yml b/.github/workflows/test-report.yml index 8a4b767c4..03f0999c1 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml @@ -25,6 +25,6 @@ jobs: uses: dorny/test-reporter@v1.8.0 with: artifact: ${{ matrix.os }}-v3 - name: ${{ matrix.os }} + name: Test Report path: '*.trx' reporter: dotnet-trx