Skip to content

Commit 83c80e9

Browse files
author
mike dupont
committed
tests starting
1 parent fbf5123 commit 83c80e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ COPY dune-project /app/dune-project
3131
RUN npm ci
3232
RUN pnpm run build
3333

34+
COPY run-jest-tests.sh /app/run-jest-tests.sh
35+
COPY jest.config.js /app/jest.config.js
36+
RUN pnpm run test || echo skip errors
37+
RUN pnpm run test:unit || echo skip errors
38+
3439
FROM base
3540
COPY --from=prod-deps /app/node_modules /app/node_modules
3641
COPY --from=build /app/dist /app/dist

0 commit comments

Comments
 (0)