Commit d86b3c1
fix: remove literal quotes from ruby all_samples and restore nestjs node-version matrix
samples-ruby.yaml: all three all_samples entries were wrapped in single
quotes ('samples/...'). YAML block scalars treat these as literal characters
so compute-matrix prefix matching never matched — ruby builds silently
skipped on every PR regardless of what changed.
samples-typescript-nestjs-server.yaml: the original workflow had a 2D matrix
(node-version x sample). The refactor accidentally placed node versions 20
and 22 into all_samples: and dropped the node-version static dimension,
making matrix.node-version undefined at runtime. Restores node-version:
[20, 22] as a static dimension alongside the samples output (same pattern
as samples-swift5.yaml uses for os: + sample:).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 7e2dc7c commit d86b3c1
2 files changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
33 | | - | |
| 31 | + | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
37 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments