8000 fix(ci): helm unittest is broken by michaellzc · Pull Request #787 · sourcegraph/deploy-sourcegraph-helm · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion scripts/ci/helm-unittest.sh
56C1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

set -euf -o pipefail

# 1.0.3 is broken now
# https://github.com/helm-unittest/helm-unittest/issues/790
HELM_UNITTEST_VERSION="v1.0.2"

### Install the helm-unittest plugin
helm plugin install https://github.com/helm-unittest/helm-unittest
helm plugin install https://github.com/helm-unittest/helm-unittest --version "$HELM_UNITTEST_VERSION"

### Run the helm tests
helm unittest -q charts/sourcegraph
Loading
0