circleci-orb icon indicating copy to clipboard operation
circleci-orb copied to clipboard

CircleCI stuck on Installing NPM packages

Open TrystanCars opened this issue 1 year ago • 1 comments

The orb does not work as expected

Version: cypress-io/[email protected]

run-tests:
    executor: cypress/default
    steps:
      - attach_workspace:
          at: .
      - cypress/install
      - cypress/run-tests:
          cypress-command: npx wait-on@latest http://localhost:3000 && npx cypress run --record false
          start-command: 'npm run start'

When running the above on CircleCI - CircleCI hangs on the Installing NPM packages step.

TrystanCars avatar Mar 15 '24 07:03 TrystanCars

@TrystanCars Could you share more about the logs where it hangs?

We just run the commands that are given, so I'm not sure how npm install hanging could be under our responsibility with this information given.

jennifer-shehane avatar Mar 18 '24 17:03 jennifer-shehane

This issue is stale and should be closed, since there was no further feedback.

MikeMcC399 avatar Sep 28 '24 14:09 MikeMcC399