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

Plugin using Github Artifacts for storage #182

Open
jacobrask opened this issue Feb 9, 2020 · 3 comments
Open

Plugin using Github Artifacts for storage #182

jacobrask opened this issue Feb 9, 2020 · 3 comments

Comments

@jacobrask
Copy link

Is your feature request related to a problem? Please describe.

Would a plugin to use Github Artifacts for storage instead of external services make sense?

Describe the solution you'd like

Artifacts can be uploaded in each workflow run using actions/upload-artifact, and downloaded by:

@Quramy
Copy link
Member

Quramy commented Feb 10, 2020

We’re considering some solutions using GitHub artifacts. There’re some technical issues, but we want to provide something gh action, which does not need installing external storages.

@staabm
Copy link

staabm commented Mar 14, 2020

There’re some technical issues, but we want to provide something gh action, which does not need installing external storages.

ohh that sounds perfect.

would it be possible to post image differences directly into the github PR comment, so one would see the differences directly within the PR without the need to check an external website?

@langri-sha
Copy link

@staabm I think GH will always ZIP uploaded artifacts, so it's not possible to use their storage service for viewing HTML.

From About Workflow Artifacts:

Artifacts are uploaded during a workflow run, and you can view an artifact's name and size in the UI. When an artifact is downloaded using the GitHub UI, all files that were individually uploaded as part of the artifact get zipped together into a single file. This means that billing is calculated based on the size of the uploaded artifact and not the size of the zip file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants