Skip to content

Commit a3487fd

Browse files
committed
chore(task): show remaining iterations in flaky tests
1 parent c4f1c21 commit a3487fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ tasks:
439439
cmds:
440440
- task: prompt-"Iterations \"{{.RANDOM}}\""
441441
- for: { var: ITERATE }
442-
cmd: echo "Iteration \"{{trimAll "[]" .ITEM | add1}}\"" && task test-unit
442+
cmd: echo "Iteration \"{{trimAll "[]" .ITEM | add1}}/{{.RANDOM}}\"" && task test-unit
443443

444444
tests-sync:
445445
cmds:

0 commit comments

Comments
 (0)