Commit a00602d
authored
ci(app-onboard): run the app-onboard checks on PRs (#2414)
* ci(app-onboard): run the app-onboard checks on PRs
The Tests workflow discovers suites from ci/affected-suites.ts, and
app-onboard was not registered, so a PR touching it reported "0 suites
affected" and never ran its tests. Add an app-onboard suite (mirrors
claw-onboard) plus its package mapping so `bun run test` runs when the
app is affected, and add epic/app-onboard to code-quality's branch list
so Biome, Typecheck (Turbo --affected), and Fallow run on the epic PRs
too. Editing ci/ is a harness change, so this run exercises the full
matrix and self-verifies the discovery.
* ci: drop the stale feat/claw-server-bootstrap trigger from code-quality1 parent eaa56fe commit a00602d
3 files changed
Lines changed: 16 additions & 1 deletion
File tree
- .github/workflows
- packages/browseros-agent/ci
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
30 | 36 | | |
31 | 37 | | |
32 | 38 | | |
| |||
143 | 149 | | |
144 | 150 | | |
145 | 151 | | |
| 152 | + | |
146 | 153 | | |
147 | 154 | | |
148 | 155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
97 | 104 | | |
98 | 105 | | |
99 | 106 | | |
| |||
146 | 153 | | |
147 | 154 | | |
148 | 155 | | |
| 156 | + | |
149 | 157 | | |
150 | 158 | | |
151 | 159 | | |
| |||
0 commit comments