We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a244b28 commit 2bd118bCopy full SHA for 2bd118b
.github/workflows/helm_lint_test.yml
@@ -41,11 +41,13 @@ jobs:
41
- name: Create kind cluster
42
uses: helm/[email protected]
43
if: steps.list-changed.outputs.changed == 'true'
44
-
45
- name: Install Helm charts
46
run: helm install --debug -f ./ci/override.yaml test-sg ./charts/sourcegraph/
+ if: steps.list-changed.outputs.changed == 'true'
47
- name: Wait for frontend to come up
48
run: sleep 60s && kubectl wait --for=condition=Ready -l app=sourcegraph-frontend pod --timeout=300s
49
shell: bash
50
51
- name: Run Helm Testing
52
run: helm test test-sg
53
0 commit comments