Skip to content
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

Upload CI simulation logs as an artifact #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

CoffeeCoder1
Copy link
Member

Adds a step to the simulate CI step that uploads the logs as an artifact for later analysis.

@CoffeeCoder1 CoffeeCoder1 added the ci Things relating to the CI workflows. label Jan 18, 2025
@fodfodfod
Copy link
Member

I feel like we could just review the logs in the action. We don't need to save every log just in case we want to review it at some point.

@CoffeeCoder1
Copy link
Member Author

I feel like we could just review the logs in the action. We don't need to save every log just in case we want to review it at some point.

These logs contain a lot of information that the standard output does not. Artifacts expire after a few months anyways (and this is configurable so we could make it even faster), and this could be handy in the future, especially if we end up implementing unit tests that use simulation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Things relating to the CI workflows.
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

2 participants