Skip to content

Commit

Permalink
head the edge log instead of cat-ing it
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns authored Jun 10, 2024
1 parent c4922e9 commit b97f3f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,9 @@ jobs:
export FAILED=Yes
fi
echo "" # blank line so next block is interpreted as markdown
cat "$regr_test-edge.log"
# cat "$regr_test-edge.log"
head -n 42 "$regr_test-edge.log"
echo "Complete log is available in the GitHub actions artifact."
echo "</details>"
# Check for Regression between Reference and Dynamic (skip superminimal)
Expand Down

0 comments on commit b97f3f7

Please sign in to comment.