Mike McCready

Results 2194 comments of Mike McCready

- I guess this issue #3600 could be closed as "wont fix", since https://github.com/actions/runner/issues/3600#issuecomment-3183702089 already stated: > Will be skipped and https://docs.github.com/en/actions/reference/workflows-and-actions/metadata-syntax#runs-for-javascript-actions already documents > Use node20 for Node.js v20....

@thevladisss > > You need to remove `changelog.mdx` completely from this PR. > > I am having trouble getting rid of "changelog.mdx" in this PR, perhaps it is better if...

@mountainash You may find that setting the environment variable ```shell CYPRESS_INSTALL_BINARY=0 ``` meets your needs to suppress the Cypress binary download. See https://docs.cypress.io/app/references/advanced-installation#Skipping-installation

@mountainash I was not able to reproduce your issue based on your description and I did not receive any TypeScript related error message when I tried. Your description does not...

@mountainash > Has anyone had success in running Cypress on a CodeSandBox VM? You can ask questions like this in the Cypress technical community on Discord [![Discord chat](https://img.shields.io/badge/chat-on%20Discord-brightgreen)](https://on.cypress.io/discord) (click on...

I suggest to close this issue, since without further information it is not actionable at this time.

@ihordiachenko Thanks for the explanation! `integration-test` should probably not be part of any new CI workflow in that case.

@ihordiachenko The new workflow is showing several annotations, for instance in https://github.com/ihordiachenko/eslint-plugin-chai-friendly/actions/runs/15855558739. Are you planning to address this?

@ihordiachenko Thanks for your response. I'll take a look sometime soon to see if there is some way to do the same tests without generating the GitHub Actions annotations. The...

@jamesikanos I can reproduce this issue. Try instead the following as a workaround: ```shell npx cypress open --e2e --browser $HOME/Downloads/chromium/linux-916288/chrome-linux/chrome ``` `cypress run` picks up Custom Chromium 95 without needing...