Skip to content

Commit

Permalink
Add debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaka1 committed Nov 29, 2024
1 parent 16e08a2 commit 8dcb9d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:

permissions:
contents: read
pull-requests: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
Expand Down Expand Up @@ -82,7 +83,7 @@ jobs:
RunConfiguration.CollectSourceInformation=true
- name: TRX report
if: always()
run: dotnet trx --output
run: dotnet trx --output --debug
- name: TRX report upload
if: always()
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
Expand Down

0 comments on commit 8dcb9d1

Please sign in to comment.