Closed AndyLukac closed 1 month ago
@AndyLukac
I don't see you using cypress-io/github-action
in your workflow. Did you miss this out from your posting or aren't you using it?
The best advice is to add pnpm cypress install
into your workflow. If the Cypress binary is already installed, then it skips the installation. If it is not installed, then it installs it.
You should key off the lock file, not package.json
.
You should check if you should be using actions/cache@v4
not v3
. You may otherwise get a deprecation warning.
Hi @MikeMcC399,
thanks for your prompt reply.
I managed to figure it out in the end, thanks!
@AndyLukac
I managed to figure it out in the end, thanks!
Well done! I will close your issue now as I understand you have been able to resolve it.
Hello, I've been trying to work out how to fix this issue within the github CI. I've tried several different methods, especially coming from this issue.
Here is my current yml file:
Here is the error I'm getting in the CI: