Skip to content

Commit 60b5c5f

Browse files
committed
ci: add color to git diff
1 parent 83c96ef commit 60b5c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
# Use chartpress to create the helm chart and build its images
9696
helm dependency update ./helm-chart/binderhub
9797
(cd helm-chart && chartpress)
98-
git --no-pager diff
98+
git --no-pager diff --color=always
9999
100100
- name: Validate the chart against the k8s API
101101
if: matrix.test == 'helm'

0 commit comments

Comments
 (0)