Skip to content

Commit

Permalink
Temporarily disable upload tests results as an artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKotsenas committed May 30, 2024
1 parent 7cf0193 commit da6250f
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,16 @@ jobs:
- name: Test
run: dotnet test --no-build --configuration Release

- name: Publish Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: .NET Test Report (${{ matrix.os }})
path: "artifacts/TestResults/**/*.trx"
reporter: dotnet-trx
fail-on-error: true
fail-on-empty: true
# TODO: Create a TRX report and upload as an artifact. Tracked by #22.
# - name: Publish Test Report
# uses: dorny/test-reporter@v1
# if: success() || failure()
# with:
# name: .NET Test Report (${{ matrix.os }})
# path: "artifacts/TestResults/**/*.trx"
# reporter: dotnet-trx
# fail-on-error: true
# fail-on-empty: true

- name: Upload binlogs
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit da6250f

Please sign in to comment.