We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b40b9e commit 2c1c264Copy full SHA for 2c1c264
1 file changed
charts/run-tests.sh
@@ -15,5 +15,8 @@ if ! helm plugin list 2>/dev/null | awk '{print $1}' | grep -qx "unittest"; then
15
exit 1
16
fi
17
18
+echo "Building dependencies for ${CHART_DIR}"
19
+helm dependency build "${CHART_DIR}"
20
+
21
echo "Running helm-unittest for ${CHART_DIR}"
22
helm unittest "${CHART_DIR}"
0 commit comments