You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): use more resilient approach for installing docker test dependencies (#2348)
Our docker tests partially require `mongodb-crypt-library-version` to be present
in `scripts/docker/node_modules`, installing it there directly and explicitly
is more reliable than running `npm ci` in the monorepo root and copying
`node_modules` over from there (esp. since `npm ci` may not work after
packages have been bumped as part of a relase).
0 commit comments