ktmud commented on pull request #10881: URL: https://github.com/apache/incubator-superset/pull/10881#issuecomment-692969980
Yes, it's fancier `echo`: https://github.com/apache/incubator-superset/blob/c4be6cda1cd9e4bd1d9f23706d770d8de5488e03/.github/workflows/bashlib.sh#L27-L32 `@actions/cached-dependencies` allows bash commands to run parallel. `say` disabled echo for parallel mode so that `::group::` and `::endgroup::` doesn't intervene with each other. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
