circleci-orb
circleci-orb copied to clipboard
CircleCI stuck on Installing NPM packages
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 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.
This issue is stale and should be closed, since there was no further feedback.