ci: make job fail if test matrix cannot be generated

This commit is contained in:
ibizaman 2025-11-30 23:50:18 +01:00
parent 1380263eeb
commit 41129b7c62

View file

@ -68,6 +68,8 @@ jobs:
- name: Generate Matrix
id: generate-matrix
run: |
set -euox pipefail
nix flake show --allow-import-from-derivation --json \
| jq -c '.["checks"]["x86_64-linux"] | keys' > .output