Skip to content

Commit

Permalink
updated helm caching workflow step
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
  • Loading branch information
jeromy-cannon committed Jan 26, 2024
1 parent 28a7529 commit e973a0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/zxc-compile-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,10 @@ jobs:
run: |
helm repo add haproxytech https://haproxytech.github.io/helm-charts
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
helm repo add stable https://charts.helm.sh/stable
helm repo update
helm pull stable/mysql
helm pull haproxytech/haproxy
- name: Unit Tests
id: gradle-test
Expand Down

0 comments on commit e973a0d

Please sign in to comment.