-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Cypress verify fails with permission error for Github Actions on Linux #19981
Comments
I'm also experiencing this issue. |
There is a workaround for this issue on the corresponding issue on |
Thanks @flotwig - that workaround is fixing the issue for me. |
options: --user 1001 workaround fixed my team's issue. |
After clearing my Cypress cache folder with This is what I did:
Hope this helps! |
This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided. |
This issue has been closed due to inactivity. |
Current behavior
When running our Github action, the job fails on the cypress verify step:
Desired behavior
Complete the verification within an accessible folder and update the cache as necessary.
Test code to reproduce
Snippet of the action:
Cypress Version
8.7.0, 9.3.1
Other
No response
The text was updated successfully, but these errors were encountered: