Commit fe27fe7
fix(ci): add --results-directory to dotnet test for TRX output path
The Build and Test workflow was failing because dotnet test writes
TRX files to TestResults/ in the CWD (repo root) by default, but
the upload-artifact and dorny/test-reporter steps expected them at
src/BlazorWebFormsComponents.Test/TestResults/. Adding
--results-directory ensures the TRX file lands where both steps
can find it.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 24b95e8 commit fe27fe7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments