From d415bfae09dc4936348b3fb0b1ec037647a6ada9 Mon Sep 17 00:00:00 2001 From: "cory.murphy" Date: Sat, 12 Oct 2024 13:18:00 -0400 Subject: [PATCH] update chart dependencies --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e2ee8ae..90f19e2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,6 +18,6 @@ jobs: - uses: helm/kind-action@v1 with: cluster_name: kind - - run: | - go mod download - go test ./test/integration/ + - run: helm dependency update ./charts/argocd + - run: go mod download + - run: go test ./test/integration/