mirror of
https://github.com/jmcorgan/fips.git
synced 2026-08-09 00:04:54 +00:00
The `mixed-profile` integration suite (Full / NonRouting / Leaf node-role mix introduced by the forklift-upgrade work) is wired into `testing/ci-local.sh` but was silently absent from the GitHub Actions integration matrix on next. Regressions to node-role behavior could land via GitHub CI without the suite running. Adds a matrix entry plus the matching step block (mirroring the rekey pattern: generate configs + inject config + compose up + test + log-collect on failure + compose down always). master correctly omits the suite from both ci-local and ci.yml since mixed-profile is forklift-only, so this change never forward-merges to master.