diff --git a/.github/workflows/zxc-compile-code.yaml b/.github/workflows/zxc-compile-code.yaml index 4136e141e..ad4457412 100644 --- a/.github/workflows/zxc-compile-code.yaml +++ b/.github/workflows/zxc-compile-code.yaml @@ -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