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.
1 parent d68de02 commit 92c3335Copy full SHA for 92c3335
.github/workflows/ci-linux-incremental.yml
@@ -74,7 +74,7 @@ jobs:
74
if [ -d worktree-base ]; then
75
(echo "# $GITHUB_BASE_REF"; SAGE_ROOT=worktree-base sage-package metrics :all:) > base-metrics.txt
76
(echo "# $GITHUB_REF"; sage-package metrics :all:) > metrics.txt
77
- diff --color --side-by-side base-metrics.txt metrics.txt || true
+ diff --color=always --width=100 --side-by-side --left-column base-metrics.txt metrics.txt || true
78
else
79
sage-package metrics :all:
80
fi
0 commit comments