azavea / azavea.g8

A Giter8 template for bootstrapping Scala projects at Azavea.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add tree output to CI logs

colekettler opened this issue · comments

Based on this feedback in #26, it would be useful to get a visualization of the scaffolded project structure as part of CI. This could simplify debugging file inclusion / exclusion.

We could use tree to output the project directory structure that is created as part of our CI tests. There would be no assertions against this structure, but having it easily accessible in build output could be useful when tracking down discrepancies.

tree is not installed in the GitHub Actions Ubuntu 18.04 runner image, but we could install it ourselves as part of the CI workflow.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

No, bot.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.