Skip to content

Commit 275d263

Browse files
Report test results in PR and fixup Invoke-CppTest.ps1
1 parent eb6f8b4 commit 275d263

File tree

2 files changed

+482
-461
lines changed

2 files changed

+482
-461
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ jobs:
5959
if: ${{ !cancelled() }}
6060
needs: debug_build_and_test
6161
runs-on: ubuntu-latest
62+
permissions:
63+
contents: read
64+
issues: read
65+
checks: write
66+
pull-requests: write
6267
steps:
6368
- name: Download TRX artifacts
6469
uses: actions/download-artifact@v4
@@ -71,6 +76,6 @@ jobs:
7176
with:
7277
files: 'test-results/**/*.trx'
7378
check_name: NUnit Tests
74-
comment_mode: off
79+
comment_mode: always
7580
job_summary: true
7681
fail_on: test failures

0 commit comments

Comments
 (0)