Skip to content

Commit

Permalink
test: Set test-reporter name property
Browse files Browse the repository at this point in the history
  • Loading branch information
HofmeisterAn committed Feb 10, 2024
1 parent 8eddcac commit c1940bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
uses: dorny/[email protected]
with:
artifact: ${{ matrix.os }}-v3
name: ${{ matrix.os }}
name: Test Report
path: '*.trx'
reporter: dotnet-trx

0 comments on commit c1940bb

Please sign in to comment.