Skip to content

Commit 2bd118b

Browse files
authored
ci: fix helm test (#164)
* ci: fix helm test * Update helm_lint_test.yml
1 parent a244b28 commit 2bd118b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/helm_lint_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,13 @@ jobs:
4141
- name: Create kind cluster
4242
uses: helm/[email protected]
4343
if: steps.list-changed.outputs.changed == 'true'
44-
4544
- name: Install Helm charts
4645
run: helm install --debug -f ./ci/override.yaml test-sg ./charts/sourcegraph/
46+
if: steps.list-changed.outputs.changed == 'true'
4747
- name: Wait for frontend to come up
4848
run: sleep 60s && kubectl wait --for=condition=Ready -l app=sourcegraph-frontend pod --timeout=300s
4949
shell: bash
50+
if: steps.list-changed.outputs.changed == 'true'
5051
- name: Run Helm Testing
5152
run: helm test test-sg
53+
if: steps.list-changed.outputs.changed == 'true'

0 commit comments

Comments
 (0)