We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
head
cat
1 parent 2bac0e7 commit 0b5f1cbCopy full SHA for 0b5f1cb
1 file changed
.github/workflows/CI.yml
@@ -290,7 +290,9 @@ jobs:
290
export FAILED=Yes
291
fi
292
echo "" # blank line so next block is interpreted as markdown
293
- cat "$regr_test-edge.log"
+ # cat "$regr_test-edge.log"
294
+ head -n 42 "$regr_test-edge.log"
295
+ echo "Complete log is available in the GitHub actions artifact."
296
echo "</details>"
297
298
# Check for Regression between Reference and Dynamic (skip superminimal)
0 commit comments