mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-15 23:12:08 +00:00
The Unit Tests job sparse-checks-out only .github/scripts/tests, so the baked-in absolute PROFILES_DIR was missing at runtime; the shipped-profile test then read a non-existent JSON and null-dereferenced in opt_string. Check out resources/ in the unit-test job, and guard the test helper to skip when the profile is absent and require the key before dereferencing.