We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6f8b4 commit 275d263Copy full SHA for 275d263
.github/workflows/CI.yml
@@ -59,6 +59,11 @@ jobs:
59
if: ${{ !cancelled() }}
60
needs: debug_build_and_test
61
runs-on: ubuntu-latest
62
+ permissions:
63
+ contents: read
64
+ issues: read
65
+ checks: write
66
+ pull-requests: write
67
steps:
68
- name: Download TRX artifacts
69
uses: actions/download-artifact@v4
@@ -71,6 +76,6 @@ jobs:
71
76
with:
72
77
files: 'test-results/**/*.trx'
73
78
check_name: NUnit Tests
74
- comment_mode: off
79
+ comment_mode: always
75
80
job_summary: true
81
fail_on: test failures
0 commit comments