Commit a7ea436
eng: add Linux release test job to main.yaml CI
The PR check workflow (test.yaml) already runs tests on Linux, but the
main-branch workflow (main.yaml) only tested on Windows. This gap means
Linux-specific failures on merged code would not be caught immediately.
Add a test-release-linux job mirroring the one in test.yaml:
- runs on ubuntu-latest
- calls dotnet test directly (build.cmd is Windows-only)
- uses dorny/test-reporter@v2 for inline result reporting
Co-authored-by: Copilot <[email protected]>1 parent fc687a3 commit a7ea436
1 file changed
Lines changed: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
0 commit comments