tests(smoke): use --debug in github action#10919
Conversation
|
not sure why it also prints out the HTML? |
|
oh b/c |
brendankenny
left a comment
There was a problem hiding this comment.
It is --debug for a reason, it's very verbose (and does things like save the artifacts, etc) otherwise :)
What about adding something like "use --debug for more info" to the message printed on error to remind users that it exists (I had forgotten how to turn it on and had to go look that up when #10906 was erroring)...but I also don't feel super strongly if you really want this on the default CI run.
wouldn't help if the failure mode is only in CI. yea i'd really like this in the default CI run |
Right, it would tell you to add |
Use
--debugso log output is printed.would have helped for #10906