Changed (once again) the evaluation delimiters (<| and |>)

This commit is contained in:
2026-02-13 18:51:49 +01:00
parent a6058b9dd8
commit 899857767a
21 changed files with 71 additions and 70 deletions

View File

@@ -8,7 +8,7 @@ This element is of the following form:
- group:
name: Group Item
condition: $| "$(OS)" == "Linux" |
condition: <| "$(OS)" == "Linux" |>
steps:
- unittest_file:
test_file: test_prod_alpha_13.py