Running into an issue getting Github actions with ...
# e2e-testing
m
Running into an issue getting Github actions with Cypress e2e testing working. I have a dependency that is a direct git repo/branch. In the workflow I'm getting the error when running cypress while fetching packages.
Copy code
error Command failed.
Exit code: 128
Command: git
What is the correct way to get around this issue? Seems it can't access this github repo as a dependency (it is a private repo - but the access is in the url in my package.json)