Gitlab Pipeline Jest Failures + Timeouts #684
scottenock
started this conversation in
Show and tell
Replies: 2 comments
-
Closing this as no action required :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
As a alternative you can set config option PS: i also converted the issue into a discussion (Category "Show and Tell") |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Creating an issue here for visibility.
This package by default download mongo in the home directory (
~/.cache/mongodb-binaries
).As a result Gitlab CI in the next stages of your pipeline won't have it installed and it'll hang when trying to run your tests.
You can specify a different location for this package (
MONGOMS_DOWNLOAD_DIR
) to download the binary to, cache it, and then use it in the next steps of your pipeline.Example Pipeline:
Beta Was this translation helpful? Give feedback.
All reactions