Skip to content

Commit

Permalink
Skip test on clean package because its already tested by Build action…
Browse files Browse the repository at this point in the history
…s previously
  • Loading branch information
LauroSilveira committed Nov 16, 2023
1 parent cec1d1c commit aeb5bc6
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
@@ -1,6 +1,6 @@
FROM maven:3.9.4-eclipse-temurin-21-alpine AS build
COPY . .
RUN mvn clean package
RUN mvn clean package -DskipTests

FROM eclipse-temurin:21-jre-alpine
## Arguments used with github secrets
Expand Down

0 comments on commit aeb5bc6

Please sign in to comment.