Skip to content

Commit

Permalink
fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Nov 22, 2024
1 parent b9c2044 commit e947f9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/docker/Dockerfile.glibc
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ RUN npm run prebuild

ARG RUN_TEST
RUN if [ -n "$RUN_TEST" ]; then npm test ; else echo "skipping tests" ; fi

FROM scratch

COPY --from=build /mongodb-client-encryption/prebuilds/ /
5 changes: 5 additions & 0 deletions .github/docker/Dockerfile.musl
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ RUN npm run prebuild

ARG RUN_TEST
RUN if [ -n "$RUN_TEST" ]; then npm test ; else echo "skipping tests" ; fi


FROM scratch

COPY --from=build /mongodb-client-encryption/prebuilds/ /

0 comments on commit e947f9c

Please sign in to comment.