diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 27524d7..7f1b043 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,6 +23,7 @@ jobs: permissions: contents: read + pull-requests: write steps: - name: Harden Runner uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 @@ -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