Skip to content

Commit 11702f1

Browse files
authored
Merge pull request #16604 from joshrwolf/tests/argocd
add argocd tests
2 parents 4cd773e + dbefc6e commit 11702f1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: argo-cd-2.10.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,9 @@ update:
110110
identifier: argoproj/argo-cd
111111
strip-prefix: v
112112
tag-filter: v2.10.
113+
114+
test:
115+
pipeline:
116+
- name: ArgoCD Version Check
117+
runs: |
118+
argocd version --short --client || exit 1

0 commit comments

Comments
 (0)