mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
From https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast macOS pipeline is broken for quite some time, and when it fails before the Ubuntu pipeline it fails it too (even if the tests are passing). Setting `strategy.fail-fast` to false should avoid this issue.