Skip to content

Commit

Permalink
update chart dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
corymurphy committed Oct 12, 2024
1 parent 83e5a8f commit d415bfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit d415bfa

Please sign in to comment.