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

[2/2] Make k6 cloud run --local-execution upload test archive #3931

Merged
merged 12 commits into from
Sep 13, 2024
Prev Previous commit
Next Next commit
Update cmd/cloud_run.go
Co-authored-by: Ivan <[email protected]>
  • Loading branch information
oleiade and codebien committed Sep 11, 2024
commit cfd8fa7c410a4b6c71c3d393303b07cdca2950db
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