rusackas commented on PR #43653: URL: https://github.com/apache/superset/pull/43653#issuecomment-5460024944
Went ahead and pushed a fix, the condition was backwards. `if (process.env.CI)` was adding the HTML reporter only on CI and skipping it locally, the opposite of what the PR's going for. bito's suggestion in the open thread had the right one-liner, applied that (`if (!process.env.CI)`). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
