File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ export type StepActions = {
4949
commits: string[]
5050
files?: string[]
5151
watchers?: string[]
52-
subtasks?: string[]
52+
filter?: string
53+
subtasks?: boolean
5354
}
5455

5556
export interface TestRunnerArgs {

0 commit comments

Comments
 (0)