We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f1c21 commit a3487fdCopy full SHA for a3487fd
Taskfile.yml
@@ -439,7 +439,7 @@ tasks:
439
cmds:
440
- task: prompt-"Iterations \"{{.RANDOM}}\""
441
- for: { var: ITERATE }
442
- cmd: echo "Iteration \"{{trimAll "[]" .ITEM | add1}}\"" && task test-unit
+ cmd: echo "Iteration \"{{trimAll "[]" .ITEM | add1}}/{{.RANDOM}}\"" && task test-unit
443
444
tests-sync:
445
0 commit comments