generated from actions/javascript-action
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Storing workflow artifacts #178
Comments
May be related VeryGoodOpenSource/very_good_workflows#42 |
I would also like this feature. |
@joelbrostrom would you be interested in working on a Pull Request? 🙌 |
Sorry, I don't have the time or knowledge. |
github-actions
bot
added
feature
A new feature or request
and removed
enhancement
labels
Feb 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Feature to allow storage of workflow artifacts. Here are the ones of interest:
Describe the solution you'd like
Add an optional parameter that when true, will run an extra step to upload artifacts using https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts#uploading-build-and-test-artifacts.
Optional would be to allow client to specify a list of names and paths.
Describe alternatives you've considered
For golden failures, I am currently running an extra job if the very_good github action fails, which runs
flutter test
and uploads the artifacts. This extra run is blind to why the very_good action fails, so it could be a wasteful run.Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: