Skip to content

Commit

Permalink
test if uses the new one in test pr
Browse files Browse the repository at this point in the history
  • Loading branch information
itepastra committed Nov 30, 2024
1 parent de04c7b commit 5a6177f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/eval/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ let
"## Added\n" + (.attrdiff.added | map("- \(. )") | join("\n")) + "\n" +
"## Removed\n" + (.attrdiff.removed | map("- \(. )") | join("\n")) + "\n" +
"## Changed\n" + (.attrdiff.changed | map("- \(. )") | join("\n")) + "\n" +
"## TestIfUpdated\n" + (.attrdiff.changed | map("- \(. )") | join("\n")) + "\n"
' < $out/changed-paths.json > $out/step-summary.md
# TODO: Compare eval stats
'';
Expand Down

0 comments on commit 5a6177f

Please sign in to comment.