Mike McCready
Mike McCready
- The new example https://github.com/cypress-io/circleci-orb/blob/master/src/examples/node-version.yml from PR https://github.com/cypress-io/circleci-orb/pull/484 hasn't been published to https://circleci.com/developer/orbs/orb/cypress-io/cypress#usage-node-version. Nothing has changed and this issue is still unresolved. ```yml description: > Run Cypress tests using the...
@jennifer-shehane > Ah, pretty annoying. I feel like this might have happened before. 🤔 Yes, it has happened before. The [publish log](https://app.circleci.com/pipelines/github/cypress-io/circleci-orb/1970/workflows/e2ce1415-1eec-42e3-a44c-19edff99cd5a/jobs/6937/parallel-runs/0/steps/0-102) works silently giving no helpful details: ```text Preparing...
@deiga > I think it might be an indentation problem, drafting a PR - It's good to correct the indentation in PR #487. I'm unsure if this is the only...
@deiga > I'm not sure it's the same issue. Looking at it, it seems that the example is published correctly, but the published example is not a working one -...
@jennifer-shehane If you want to cut a new orb release the node documentation has a good chance of being correctly published now: Preview on https://circleci.com/developer/orbs/orb/cypress-io/cypress?version=dev:b3455e432dad1a6db0f19889495ebcf62577fa3d#usage-node-version shows:  Current version [cypress-io/[email protected]](https://circleci.com/developer/orbs/orb/cypress-io/cypress#usage-node-version)...
@jennifer-shehane > Tried to release this, but the job is failing: [#492 (comment)](https://github.com/cypress-io/circleci-orb/pull/492#issuecomment-2458030173) - Thanks for the heads-up! I added a comment in to https://github.com/cypress-io/circleci-orb/pull/492#issuecomment-2461819777 as well.
- Issue https://github.com/cypress-io/circleci-orb/issues/493 opened and PR https://github.com/cypress-io/circleci-orb/pull/494 submitted
CircleCI workflow log for failed `v3.4.1` release https://app.circleci.com/pipelines/github/cypress-io/circleci-orb/1980 shows `dev:alpha` published on https://app.circleci.com/pipelines/github/cypress-io/circleci-orb/1980/workflows/8344eaa2-bceb-4654-b0b7-bd7e30a9a6df/jobs/7056 > Your development orb has been published. It will expire in 30 days. > You can preview...
https://circleci.com/developer/orbs/orb/cypress-io/cypress#usage-node-version now displays: ```yml version: '2.1' orbs: cypress: cypress-io/cypress@3 jobs: run-cypress-in-specified-node-version: executor: name: cypress/default node-version: '20.6' steps: - cypress/install: package-manager: npm - cypress/run-tests: cypress-command: npx cypress run start-command: npm run...
@JounQin > You should use https://github.com/un-ts/eslnt-plugin-import-x by the way. There's a typo in the link, which should be https://github.com/un-ts/eslint-plugin-import-x Would you like to edit your comment to correct the link?