Skip to content

Commit

Permalink
:add mvn test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
m1a2st committed Sep 20, 2023
1 parent 80cbd85 commit 03d513e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM maven:3.8.3-openjdk-17-slim

ADD ./ /
## build after dependencies are down so it wont redownload unless the POM changes
RUN mvn package -Dmaven.test.skip
RUN mvn package

# Part 2: use the JAR file used in the first part and copy it across ready to RUN
FROM openjdk:17-jdk-slim
Expand Down

0 comments on commit 03d513e

Please sign in to comment.