Skip to content

Commit

Permalink
(multiple -> multiple_input) in test labels
Browse files Browse the repository at this point in the history
  • Loading branch information
GlassOfWhiskey authored and Iacopo Colonnelli committed May 16, 2024
1 parent f3369a6 commit a0913f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/conditionals/test-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
out1: [
"foo 2", "foo 4", "foo 6",
"bar 1", "bar 3", "bar 5"]
tags: [ conditional, inline_javascript, scatter, multiple, workflow ]
tags: [ conditional, inline_javascript, scatter, multiple_input, workflow ]

- id: direct_optional_null_result_nojs
doc: simplest conditional pattern (true), no javascript
Expand Down Expand Up @@ -371,7 +371,7 @@
out1: [
"foo 2", "foo 4", "foo 6",
"bar 1", "bar 3", "bar 5"]
tags: [ conditional, scatter, multiple, workflow ]
tags: [ conditional, scatter, multiple_input, workflow ]


- id: cond-with-defaults-1
Expand All @@ -395,7 +395,7 @@
"size": 34
}
]
tags: [ conditional, scatter, multiple, workflow ]
tags: [ conditional, scatter, multiple_input, workflow ]

- id: cond-with-defaults-2
doc: "Default inputs, choose step to run based on what was provided, second case"
Expand All @@ -411,4 +411,4 @@
"size": 12
}
]
tags: [ conditional, scatter, multiple, workflow ]
tags: [ conditional, scatter, multiple_input, workflow ]

0 comments on commit a0913f2

Please sign in to comment.