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
$ cypress run
The cypress npm package is installed, but the Cypress binary is missing.
We expected the binary to be installed here: /Users/runner/.cache/Cypress/12.17.4/Cypress.app/Contents/MacOS/Cypress
Reasons it may be missing:
- You're caching 'node_modules' but are not caching this path: /Users/runner/Library/Caches/Cypress
- You ran 'npm install' at an earlier build step but did not persist: /Users/runner/Library/Caches/Cypress
Properly caching the binary will fix this error and avoid downloading and unzipping Cypress.
Alternatively, you can run 'cypress install' to download the binary again.
https://on.cypress.io/not-installed-ci-error
CI jobs now fail with
Example job : https://github.com/tchapgouv/tchap-web-v4/actions/runs/6390836564/job/17344911745
The text was updated successfully, but these errors were encountered: