-
Notifications
You must be signed in to change notification settings - Fork 351
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
does not find cypress.config.js when using Cypress v10 #568
Comments
Adding in the
|
@ChillyBots update cypress-io/github-action@v2 to v4.1.0 |
This worked for me too, and the new summary looks great! https://github.com/alxndr/almost-dead-net/actions/runs/2496531182 What's the recommended way to be notified of new versions of the action? |
@alxndr, maybe watching for new releases via https://github.com/cypress-io/github-action/releases might be helpful. |
@developer-ocansey thanks it works for me after change from v2 to v4.1.0 |
Worked for me! Thanks @developer-ocansey :) |
thanks you're my life saver |
silly question, how do I update this? |
Not sure how your cypress tests are set up for GitHub actions but Ideally from your project root You should have this line in jobs > steps
Here is an example of what the file looks like: https://github.com/cypress-io/github-action#basic |
Looks like a Cypress GHA update should fix things cypress-io/github-action#568 (comment) .
I had the same issue but adding this line
|
You are using an old version of the action which is not compatible with Cypress
Your workaround is unnecessary if you use the current version of the action:
|
Hi @alxndr I looked at your https://github.com/alxndr/almost-dead-net/blob/main/.github/workflows/main.yml and you are using so although the issue here is solved, your workflow will soon fail. There is a note in the CHANGELOG which says:
Unless you have a reason to tie your workflow to a specific minor version and patch version, then I would recommend using simply I suggest anyway to close this issue as the original problem is resolved. |
Unfortunately we have to close this issue due to inactivity. Please comment if there is new information to provide concerning the original issue and we can reopen. |
Update cypress.yml. - [reference](cypress-io/github-action#568)
When upgrading to Cypress v10 I saw this error message in CI:
After I added
config-file: cypress.config.js
the integration works.The text was updated successfully, but these errors were encountered: