Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: work around "cypress missing" error
https://github.com/mikavilpas/tui-sandbox/actions/runs/11981839398/job/33408806661?pr=155 > /opt/hostedtoolcache/node/20.17.0/x64/bin/npx cypress cache list > No cached binary versions were found. > /opt/hostedtoolcache/node/20.17.0/x64/bin/npx cypress verify > The cypress npm package is installed, but the Cypress binary is missing. > > We expected the binary to be installed here: /home/runner/.cache/Cypress/13.16.0/Cypress/Cypress > > Reasons it may be missing: > > - You're caching 'node_modules' but are not caching this path: /home/runner/.cache/Cypress > - You ran 'npm install' at an earlier build step but did not persist: /home/runner/.cache/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 cypress-io/github-action#1246
- Loading branch information