mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-14 21:42:21 +00:00
11 lines
172 B
YAML
11 lines
172 B
YAML
---
|
|
- name: Run tests
|
|
include_tasks: run_test.yml
|
|
loop_control:
|
|
loop_var: helm_version
|
|
with_items:
|
|
- "v3.15.4"
|
|
- "v3.16.0"
|
|
- "v3.17.0"
|
|
- "v4.0.0"
|