Skip to content
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

CircleCI stuck on Installing NPM packages #466

Open
TrystanCars opened this issue Mar 15, 2024 · 1 comment
Open

CircleCI stuck on Installing NPM packages #466

TrystanCars opened this issue Mar 15, 2024 · 1 comment

Comments

@TrystanCars
Copy link

TrystanCars commented Mar 15, 2024

The orb does not work as expected

Version: cypress-io/cypress@3.3.1

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.

@jennifer-shehane
Copy link
Member

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants