Skip to content

Commit

Permalink
finish testing
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Lo <[email protected]>
  • Loading branch information
lowc1012 committed Mar 16, 2024
1 parent 7773afb commit cfae7a8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/validate-helm-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
- "charts/**"
- "deployment/**"
- "docker/sandbox-bundled/manifests/**"
push:
branches:
- fix-helm-ci

jobs:
lint-and-test-charts:
Expand Down Expand Up @@ -53,8 +50,7 @@ jobs:
--chart-repos dask=https://helm.dask.org \
--chart-repos bitnami=https://charts.bitnami.com/bitnami \
--chart-repos twuni=https://helm.twun.io \
--chart-repos kubernetes-dashboard=https://kubernetes.github.io/dashboard \
--all
--chart-repos kubernetes-dashboard=https://kubernetes.github.io/dashboard
# TODO: Prepare dependencies (e.g. db) for testing. Currently `ct install` fails because no database & object store, etc
# - name: Create KinD cluster
Expand Down

0 comments on commit cfae7a8

Please sign in to comment.