This PR adds a log artifact in the main workflow to store the logs generated during testing. The logs are saved as an artifact, making them easily accessible for debugging and analysis purposes.
Summary of Changes
Modified the .github/workflows/main.yml file to include a step that uses the actions/upload-artifact action to upload the logs as an artifact.
Please review and merge this PR to enable the storage and access of logs in the main workflow.
Fixes #10.
To checkout this PR branch, run the following command in your terminal:
git checkout sweep/add-log-artifact
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.
Description
This PR adds a log artifact in the main workflow to store the logs generated during testing. The logs are saved as an artifact, making them easily accessible for debugging and analysis purposes.
Summary of Changes
.github/workflows/main.yml
file to include a step that uses theactions/upload-artifact
action to upload the logs as an artifact.Please review and merge this PR to enable the storage and access of logs in the main workflow.
Fixes #10.
To checkout this PR branch, run the following command in your terminal:
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.