-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Handle better cache list if there are no binaries installed #6303
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
Labels
Comments
2 tasks
PR opened here to resolve this: #9023 |
The code for this is done in cypress-io/cypress#9023, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Cypress v3.8.3 on CI
If we skill installing Cypress binary with
CYPRESS_INSTALL_BINARY: 0
env variable, thencypress cache path
returns a folder name, but the folder does not exist. Thencypress cache list
throws an error, yet exits with 0https://github.com/bahmutov/cypress-gh-action-split-install/runs/423294744?check_suite_focus=true
Proposal
cypress cache list
should show a good warning message if the cache folder does not exist. It should still exit with zero code since there might not be any versions installedThe text was updated successfully, but these errors were encountered: