Commit 841002a
fix: emit Pester NUnit results to tests/out
The Pester task computed $testResultsXml but never passed it to
Invoke-Pester, so no results file was ever written, and the path used
OutputDir (Output/) rather than the tests/out path the CI workflow
uploads. Switch to a Pester 5 configuration object that writes
tests/out/testResults.xml so the shared workflow's upload/publish
steps have results to consume.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 3141e72 commit 841002a
1 file changed
Lines changed: 17 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
38 | 53 | | |
39 | 54 | | |
40 | 55 | | |
| |||
0 commit comments