mistral-tempest-plugin/mistral_tempest_tests/tests/resources/wf_action_ex_concurrency.yaml

8 lines
165 B
YAML
Executable File

---
version: '2.0'
test_action_ex_concurrency:
tasks:
test_with_items:
with-items: index in <% range(2) %>
action: std.echo output='<% $.index %>'