Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1/2] Implement the --local-execution mode for k6 cloud run #3904

Merged
merged 11 commits into from
Sep 10, 2024
Prev Previous commit
Next Next commit
Update cmd/cloud_run.go
Co-authored-by: Ivan <[email protected]>
  • Loading branch information
oleiade and codebien authored Aug 30, 2024
commit e806632b7e3877ec946d588896dac411b248b1eb
3 changes: 1 addition & 2 deletions cmd/cloud_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ func (c *cmdCloudRun) run(cmd *cobra.Command, args []string) error {
return c.runCmd.run(cmd, args)
}

// When running the k6 cloud run command and executing in the cloud however, we
// explicitly disable the usage report.
// When running the `k6 cloud run` command explicitly disable the usage report.
c.noUsageReport = true

return c.deprecatedCloudCmd.run(cmd, args)
Expand Down
Loading