Skip to content

Commit 4f17b51

Browse files
committed
ci: split steps for improved readability of logs
1 parent fc3f27e commit 4f17b51

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test-chart.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,9 @@ jobs:
171171
cd ci
172172
helm install jupyterhub --repo https://jupyterhub.github.io/helm-chart/ jupyterhub --values ../dev-config.yaml --version=$UPGRADE_FROM_VERSION ${{ matrix.upgrade-from-extra-args }}
173173
174-
echo ""
175-
echo "Installing Helm diff plugin while k8s resources are initializing"
174+
- name: "Install helm diff plugin"
175+
if: matrix.test == 'upgrade'
176+
run: |
176177
helm plugin install https://github.com/databus23/helm-diff
177178
178179
# ref: https://github.com/jacobtomlinson/gha-read-helm-chart
@@ -212,6 +213,9 @@ jobs:
212213
run: |
213214
. ./ci/common
214215
helm upgrade --install jupyterhub ./jupyterhub --values dev-config.yaml
216+
217+
- name: Await local chart
218+
run: |
215219
await_jupyterhub
216220
await_autohttps_tls_cert_acquisition
217221

0 commit comments

Comments
 (0)