unstructured
b951d73a - feat: add logging to ingest CLI for tests being skipped at the end (#2174)

Commit
2 years ago
feat: add logging to ingest CLI for tests being skipped at the end (#2174) ### Description Often times there are tests being skipped either due to missing env vars or explicitly defined in the base script but these get lost in the logs. This PR updates the scripts to leverage a custom error code if being skipped due to missing env vars and this custom error code is being caught by the base script and logs all files being skipped to a file. At the end of the script, this file gets logged in the CI output.
Author
Parents
Loading