-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tree output to CI logs #28
Comments
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. |
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.The text was updated successfully, but these errors were encountered: