You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeBuild Projects can output artifacts, usually into an S3 bucket, from the build filesystem as a result of the build. We should collect these and pull them into the Actions environment.
The text was updated successfully, but these errors were encountered:
Similar, but our use case doesn't need artifacts pulled locally- s3 is fine. We would like the ability to pass an artifact configs to CodeBuild as defined in the GitHub Action, so our projects can remain generic, but still allow for test specific artifact storage (samples coming in a later comment).
Also worth considering- pull the artifacts from CodeBuild and push to GitHub Packages?
CodeBuild Projects can output artifacts, usually into an S3 bucket, from the build filesystem as a result of the build. We should collect these and pull them into the Actions environment.
The text was updated successfully, but these errors were encountered: