Skip to content

Commit ae968ff

Browse files
committed
perf: install colordiff
1 parent ca82fff commit ae968ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/k8s_deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
env:
7171
KUBECTL_EXTERNAL_DIFF: "colordiff -N -u"
7272
run: |
73+
apt-get install colordiff --yes
7374
kubectl kustomize ${{ env.KUBERNETES_MANIFEST_PATH }} --output apply.yml
7475
kubectl diff --filename apply.yml || true
7576

0 commit comments

Comments
 (0)