Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/cmd/tests/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ falls back to file-size splitting.`,
flags.StringArrayVar(&opts.reportPaths, "report-path", nil, "JUnit XML report path, directory, or glob (required, repeatable)")
flags.StringVar(&opts.candidatesFile, "candidates-file", "", "Path to newline-delimited runnable test candidates instead of stdin")
flags.StringVar(&opts.candidatesCommand, "candidates-command", "", "Shell command that prints newline-delimited runnable test candidates")
flags.StringVar(&opts.key, "key", "", "Report invocation key for idempotent uploads (defaults to GITHUB_ACTION or default)")
flags.StringVar(&opts.key, "key", "", "Report invocation key (defaults to GITHUB_ACTION or default; set a distinct value when the same job reports more than once; does not affect split timings)")

return cmd
}
Expand Down
Loading