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 d8c9e71 commit 553a00f
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 @@ -17,7 +17,7 @@ CMD ["npm", "run", "dev"]
# Stage 3: Test Stage
FROM base AS test
ENV NODE_ENV=test
CMD ["npm", "run", "test"]
CMD [ "npx", "jest", "--coverage" ]

# # Stage 4: Build Stage
# FROM base AS build
Expand Down

0 comments on commit 553a00f

Please sign in to comment.