Commit 6e831fa
authored
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).1 parent 47caa20 commit 6e831fa
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments