Commit b7c5e28
committed
Upgrade GfW in
GitHub Actions has recently started supporting YAML anchors:
- https://github.blog/changelog/2025-09-18-actions-yaml-anchors-and-non-public-workflow-templates/
- https://docs.github.com/en/actions/reference/workflows-and-actions/reusing-workflow-configurations#yaml-anchors-and-aliases
This uses that to have the same step in two separate job
definitions without duplicating the code itself.
It would often be preferable do put the job in a composite action,
but as noted in previous commit messages (especially in the
parenthesized paragraph at the end of 9e4e3ec), this job is best
run before `actions/checkout`, yet retrieving the action definition
from the current repository at the same ref (in a way that is not
excessively complicated or slow) requires that `actions/checkout`
have been used first. So this uses a YAML anchor instead.test-fixtures-windows too, without duplication1 parent c4b8165 commit b7c5e28
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
| 258 | + | |
258 | 259 | | |
259 | 260 | | |
260 | 261 | | |
| |||
361 | 362 | | |
362 | 363 | | |
363 | 364 | | |
| 365 | + | |
364 | 366 | | |
365 | 367 | | |
366 | 368 | | |
| |||
0 commit comments