We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
head
cat
1 parent c4922e9 commit b97f3f7Copy full SHA for b97f3f7
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