Commit 7321b89
committed
ci: gate the desktop suite and typecheck on pull requests
apps/desktop shipped 65 vitest cases and a typecheck script that no required
check ran: the root vitest projects list stopped at apps/pythinker-code, and the
typecheck job looped packages/* plus apps/pythinker-code only. A desktop
regression merged green.
Register the project and add a per-package typecheck step rather than extending
the tsgo loop, which would cover the source tsconfig and silently skip
tests/tsconfig.json.1 parent 815b892 commit 7321b89
3 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments