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/