https://cypress.io logo
Monorepo Sharing Cypress Commands Github Actions
# i-need-help
e
I was working on some changes and was reusing commands across my mono repos. It worked fine locally and then when trying to run in GHA it says the commands don't exist. Does anyone have an example of how monorepo can share cypress commands across the packages within GHA?
Im thinking that since I can access our shared consts folder with Cypress in GHA, that this may be a an issue with where the other commands file is located. Since its outside the working directory I think I may need to add any shared cypress commands to the root of the project in order for this to work.