-
Notifications
You must be signed in to change notification settings - Fork 125
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
[Feature Request]: Make CI work #225
Comments
@DABH regarding the MongoDB compatibility testing:
|
Hi! On your two points:
Excited/grateful for anything you could do!! |
By default, mongodb-memory-server pulls in a MongoDB binary on install. On a first run of 'npm ci', this makes npm seem to hang for no reason. No progress bar or anything is shown either. With this change, the MongoDB binary is only downloaded when needed. If needed, the download happens during tests, with progress indication. No download will happen for people using local Mongo for testing.
Thank you for this heroic effort! This is really appreciated and I expect will benefit the project for years to come :) |
@DABH now that CI is working: any idea when a new version would be published on npm? It would be very convenient for me to have an officially published version that includes the fix from my other recently merged PR :) |
@yurijmikhalevich Could you do a minor release? It looks like I don't have write permissions on NPM. Alternatively/in addition, can you add me as a writer on npm? I thought the winston team had write access to all winston packages on npm but seems like not. Thanks in advance! |
🔎 Search Terms
CI, GitHub Actions, Linting
The vision
Can anyone in the community pitch in and finish the work of making our CI work?
npm i --dev
, andnpm run lint
to see the list)Would be a huge help to the community if someone could step up for this, since right now (and for a long time) we've been flying blind with releases and MongoDB compatibility/testing. Huge huge thanks to anyone able to take this on.
The text was updated successfully, but these errors were encountered: