File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ COPY . .
1313
1414RUN apt-get -qq update && apt-get -qq install -y python3 build-essential && ldd --version
1515
16- RUN npm run install:libmongocrypt
16+ RUN npm i --ddd
1717
1818ARG RUN_TEST
1919RUN if [ -n "$RUN_TEST" ]; then npm test ; else echo "skipping tests" ; fi
20- FROM scratch
20+ # FROM scratch
2121
22- COPY --from=build /mongodb-client-encryption/prebuilds/ /
22+ # COPY --from=build /mongodb-client-encryption/prebuilds/ /
Original file line number Diff line number Diff line change 2424 registry-url : " https://registry.npmjs.org"
2525
2626 - name : Build with Node.js ${{ matrix.node }} on ${{ matrix.os }}
27- run : node .github/scripts/libmongocrypt.mjs ${{ runner.os == 'Windows' && '--build' || '' }}
27+ run : npm i --ddd
2828 shell : bash
2929
3030 - name : Test ${{ matrix.os }}
Original file line number Diff line number Diff line change 1717 },
1818 "scripts" : {
1919 "install:libmongocrypt" : " node .github/scripts/libmongocrypt.mjs" ,
20- "install" : " prebuild-install --runtime napi || node-gyp rebuild" ,
20+ "install" : " prebuild-install --download -- runtime napi || node-gyp rebuild" ,
2121 "clang-format" : " clang-format --style=file:.clang-format --Werror -i addon/*" ,
2222 "check:eslint" : " ESLINT_USE_FLAT_CONFIG=false eslint src test" ,
2323 "check:clang-format" : " clang-format --style=file:.clang-format --dry-run --Werror addon/*" ,
You can’t perform that action at this time.
0 commit comments