-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new Error(The process '${this.toolPath}' failed with exit code ${this.processExitCode}
);
#1100
Comments
Can you share your repository? If not, please provide the script definitions for
as used in: build: npm run build:cypress
start: npm run cypress:test You should not normally be running Cypress tests through the action's |
|
If you look at the full log of your workflow you will probably find that the error
is caused by the failure of one of your If it is not clear which of the env:
DEBUG: '@cypress/github-action' |
Closing due to lack of activity. If there is new information we can re-open. |
I'm getting the following error when running the cypress-io/github-action on v5 or v6:
Looks like this problem is happening for more users on the following issue on Cypress repository cypress-io/cypress#24296
Cypress Version: 12.6.0
runs-on: ubuntu-20.04
My worklow.yml:
The text was updated successfully, but these errors were encountered: