Skip to content

Commit f0b14e3

Browse files
asdf
1 parent 5b3e9c8 commit f0b14e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/docker/Dockerfile.glibc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ RUN apt-get -qq update && apt-get -qq install -y python3 build-essential && ldd
1616
RUN npm run install:libmongocrypt
1717

1818
ARG RUN_TEST
19-
RUN [ -n "$RUN_TEST" ] && npm run test
20-
19+
RUN if [ -n "$RUN_TEST" ]; then npm test ; else echo "skipping tests" ; fi
2120
FROM scratch
2221

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

0 commit comments

Comments
 (0)