Commit dc78bc1
committed
refactor(ci): consolidate validation into test matrix for consistency
Reorganized the GitHub workflow to run documentation validation within the test
job matrix instead of as a separate job. This ensures validation and tests run
in identical environments.
Changes:
- Removed separate validate-docs job (was using mise-action@v2 with v2025.1.6)
- Added validation step within test job (uses mise-action@v3 with v2025.11.2)
- Validation now runs for all PostgreSQL versions (17, 16, 15, 14)
This eliminates the environment mismatch that was causing validation to fail
while tests passed. Both now use the same mise version, setup, and PostgreSQL
configuration.1 parent 034a780 commit dc78bc1
1 file changed
+5
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 29 | | |
51 | | - | |
| 30 | + | |
52 | 31 | | |
53 | | - | |
54 | 32 | | |
55 | 33 | | |
56 | 34 | | |
| |||
73 | 51 | | |
74 | 52 | | |
75 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
76 | 58 | | |
77 | 59 | | |
78 | 60 | | |
| |||
0 commit comments