Commit c6cd04a
committed
ci(dotnet): install docfx on ubuntu leg for docs e2e
RouteCheckTests.OneTimeSetUp runs `npm run build` in docs/ when the
VitePress dist tree is missing, which invokes the prebuild hook
`npm run regen` → `bash scripts/generate-api-ref.sh` → `docfx
metadata`. The build-test-coverage runner had no docfx, so the
ubuntu-latest E2E leg failed with "docfx not found on PATH and
~/.dotnet/tools/docfx is missing" — see PR #181 run 26831500675
job 79113784371. The Docs-site workflow already installs docfx in
its Prepare job for the same reason; mirror it on the dotnet
matrix's ubuntu leg. The windows-latest leg excludes Category=E2E
via testFilter so docfx is not needed there.1 parent 435fcd0 commit c6cd04a
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
82 | 97 | | |
83 | 98 | | |
84 | 99 | | |
| |||
0 commit comments