Skip to content

Commit

Permalink
bot: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad-rabiei committed Oct 25, 2024
1 parent 2a1032a commit f3b1fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CMD ["npm", "run", "dev"]
# Stage 4: Testing
FROM node:20-alpine AS test
WORKDIR /app
COPY --from=builder /app .
COPY --from=base /app .
RUN npm install --only=development
CMD [ "npx", "jest", "--coverage" ]

Expand Down

0 comments on commit f3b1fd6

Please sign in to comment.