Hello,
Using latest Cypress 12
I'm using this as a template to get some Cypress tests running in pre-Merge: https://learn.cypress.io/tutorials/running-our-tests-with-github-actions
But when I do ./cypress/e2e as seen in the screenshot Github actions looks for the tests at /home/runner/work/RootFolder/RootFolder/cypress/e2e
What should my file path look like for the project directory?