Skip to content

Commit

Permalink
Don't actually test Helm deployment in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
chosak committed Jan 8, 2025
1 parent 4eb70ce commit adb6c0b
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,3 @@ jobs:

- name: Lint Helm chart
run: helm lint --strict -f helm/values.local.yaml helm

- name: Install Minikube
uses: manusa/[email protected]
with:
minikube version: v1.34.0
kubernetes version: v1.32.0

- name: Setup Kubernetes context
run: kubectl config use-context minikube

- name: Install and test Helm chart
run: |
helm install cfgov helm \
-f helm/values.local.yaml \
--namespace cfgov \
--create-namespace
helm test cfgov --namespace cfgov

0 comments on commit adb6c0b

Please sign in to comment.