We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611de69 commit 80903e4Copy full SHA for 80903e4
1 file changed
.github/workflows/lint-test.yaml
@@ -26,6 +26,9 @@ jobs:
26
- name: Set up chart-testing
27
uses: helm/chart-testing-action@v2.6.1
28
29
+ - name: Install wandb chart repository
30
+ run: helm repo add wandb https://charts.wandb.ai
31
+
32
- name: Run chart-testing (list-changed)
33
id: list-changed
34
run: |
0 commit comments