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
This repo contains no corresponding internal example that can be forked and run.
The linked examples in the README > More examples section demonstrating use of artifacts are not under control of Cypress.io and can't be harmonized to other documentation:
What would you like?
Add a live example demonstrating how to store app build artifacts between jobs.
Why is this needed?
The Cypress documentation page Continuous Integration > GitHub Actions recommends saving build artifacts between an install job and a worker job, using the GitHub actions actions/upload-artifact and actions/download-artifact.
This repo contains no corresponding internal example that can be forked and run.
The linked examples in the README > More examples section demonstrating use of artifacts are not under control of Cypress.io and can't be harmonized to other documentation:
Other
The links to the external examples would then no longer be necessary.