trynthink / scout

A tool for estimating the future energy use, carbon emissions, and capital and operating cost impacts of energy efficiency and demand flexibility technologies in the U.S. residential and commercial building sectors.
https://scout.energy.gov
Other
61 stars 23 forks source link

Write log file contents to console in GitHub Actions #421

Closed trynthink closed 2 months ago

trynthink commented 2 months ago

Log files are currently lost by the CI. Modify the workflow for GitHub Actions to ensure the log contents are visible, either by writing them to the console/stdout or by storing the logs as an artifact of the CI run.