Skip to content

Commit 0b5f1cb

Browse files
committed
head the edge log instead of cat-ing it
1 parent 2bac0e7 commit 0b5f1cb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,9 @@ jobs:
290290
export FAILED=Yes
291291
fi
292292
echo "" # blank line so next block is interpreted as markdown
293-
cat "$regr_test-edge.log"
293+
# cat "$regr_test-edge.log"
294+
head -n 42 "$regr_test-edge.log"
295+
echo "Complete log is available in the GitHub actions artifact."
294296
echo "</details>"
295297
296298
# Check for Regression between Reference and Dynamic (skip superminimal)

0 commit comments

Comments
 (0)