Skip to content

Commit 276108e

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent e8eb684 commit 276108e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PLUGIN_URL="https://github.com/helm-unittest/helm-unittest"
2424
# Install helm-unittest plugin if not already installed
2525
if ! helm plugin list | grep -q "${PLUGIN_NAME}"; then
2626
echo "Installing helm-unittest plugin..."
27-
helm plugin install "${PLUGIN_URL}"
27+
helm plugin install --verify=false "${PLUGIN_URL}"
2828
fi
2929

3030
echo "Running helm unit tests..."

0 commit comments

Comments
 (0)