Commit 381990a
committed
chore(ci): trigger CI on feature-branch pushes + Windows runner matrix
Pre-this-commit state: CI ran only on push to main or PR-to-main. So a
feature branch could be broken for the entire review window before
anyone noticed — the only signal a branch was unmergeable was a red
check on the PR, which is too late to fix cheaply.
Pre-this-commit CI matrix was also a single point (ubuntu + Node 22).
That hides the Windows-specific EPERM failures CLAUDE.md already
documents, and skips the Node 20 LTS we still promise in engines.
Changes:
- on.push branches: adds feat/**, fix/**, chore/**, release/**,
docs/** so CI runs on every push to a working branch, not just on
PR-time. Failures surface within minutes, not at merge time.
- matrix.os: ubuntu-latest + windows-latest. Linux is gating
(continue-on-error: false on ubuntu); Windows is advisory so the
known pre-existing Windows-only EPERM quirks don't block PRs.
- matrix.node-version: 20 + 22, matching engines.node >=20.0.0 <25.0.0.
The previous matrix had only 22 — Node 20 was untested.
- exclude: drop Windows on Node 20. The matrix stays informative
(Linux-20, Linux-22, Windows-22) without doubling the per-PR cost.
fail-fast stays false so one failing cell doesn't cancel its peers.
The 'build + vitest' and the 'extract-vba-realfixtures' e2e steps
are unchanged.1 parent e766d9a commit 381990a
1 file changed
Lines changed: 35 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
6 | 12 | | |
7 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
8 | 20 | | |
9 | 21 | | |
10 | 22 | | |
11 | 23 | | |
12 | 24 | | |
13 | 25 | | |
14 | 26 | | |
15 | | - | |
16 | | - | |
| 27 | + | |
| 28 | + | |
17 | 29 | | |
18 | 30 | | |
19 | 31 | | |
20 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
21 | 51 | | |
22 | 52 | | |
23 | 53 | | |
| |||
44 | 74 | | |
45 | 75 | | |
46 | 76 | | |
47 | | - | |
| 77 | + | |
0 commit comments