Skip to content

Commit 4af08c7

Browse files
jfrocheyvan-sraka
authored andcommitted
fix(ci): eval should fail if github-matrix run fails
1 parent 967cd8c commit 4af08c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nix-eval.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
- id: set-matrix
3131
name: Generate Nix Matrix
3232
run: |
33-
set -Eeu
34-
echo matrix="$(nix run --accept-flake-config .\#github-matrix checks legacyPackages)" >> "$GITHUB_OUTPUT"
33+
set -Eeu -o pipefail
34+
echo matrix="$(nix run --accept-flake-config .\#github-matrix -- checks legacyPackages)" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)