Skip to content

Commit 92c3335

Browse files
author
Matthias Koeppe
committed
.github/workflows/ci-linux-incremental.yml: Metrics cosmetics
1 parent d68de02 commit 92c3335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-linux-incremental.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
if [ -d worktree-base ]; then
7575
(echo "# $GITHUB_BASE_REF"; SAGE_ROOT=worktree-base sage-package metrics :all:) > base-metrics.txt
7676
(echo "# $GITHUB_REF"; sage-package metrics :all:) > metrics.txt
77-
diff --color --side-by-side base-metrics.txt metrics.txt || true
77+
diff --color=always --width=100 --side-by-side --left-column base-metrics.txt metrics.txt || true
7878
else
7979
sage-package metrics :all:
8080
fi

0 commit comments

Comments
 (0)