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

No support for Circle CI #40

Closed
ghost opened this issue May 16, 2019 · 2 comments
Closed

No support for Circle CI #40

ghost opened this issue May 16, 2019 · 2 comments

Comments

@ghost
Copy link

ghost commented May 16, 2019

  • **I'm submitting a ... **

    • feature request
  • Do you want to request a feature or report a bug? feature

  • What is the current behavior?

The karma-parallel package fails to execute on the Circle CI 2.0

  • If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem

I am using the angular 7 project. Update your karma.conf.js file as per the karma-parallel documentation and then raise a PR and build your project using Circle CI. The parallelOptions.executors value should be > 1 (I took an example as 2)

  • What is the expected behavior?

Should run the tests in parallel and reduce the build time

Looking for fixes/support for Circle CI

@ghost
Copy link
Author

ghost commented Jun 11, 2019

Closing this issue as it was the node --max_old_space_size=8096 that was causing the issue. Increased the value to 16192 and it worked!

@ghost ghost closed this as completed Jun 11, 2019
@lucasklaassen
Copy link

@akashkriplani25 were you able to run this in circle-ci and utilize multiple containers or would just just run all in the same container?

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

No branches or pull requests

1 participant